{
  "name": "Readability Score Analyzer",
  "short_name": "ReadabilityScoreAnalyzer",
  "description": "Reads your text and provides a result score based on Flesch–Kincaid Grade Level and Reading Ease",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a0dab",
  "orientation": "portrait",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
