{
  "name": "Mushaf — Quran Reader",
  "short_name": "Mushaf",
  "description": "A Quran reader with QPC page-glyph fonts, word-by-word translation, and reading progress.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0d0a",
  "theme_color": "#1a3a1a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "lifestyle"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Continue Reading",
      "short_name": "Read",
      "description": "Resume from where you left off",
      "url": "/",
      "icons": [{ "src": "assets/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
