{
  "name": "Quran Reader",
  "short_name": "Quran",
  "description": "Beautiful Quran reader with multiple translations, word-by-word, audio recitation and more",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#faf8f5",
  "theme_color": "#1e6b4e",
  "orientation": "any",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["books", "education", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Continue Reading",
      "short_name": "Continue",
      "description": "Continue from where you left off",
      "url": "./index.html?action=continue",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
