{
  "name": "Noor - Islamic App",
  "short_name": "Noor",
  "description": "Your Islamic companion app — Quran, Prayer Times, Adhkar & more",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0c261c",
  "theme_color": "#c9a84c",
  "lang": "en",
  "categories": ["lifestyle", "education", "religion"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "Noor Islamic App"
    }
  ],
  "shortcuts": [
    {
      "name": "Quran",
      "short_name": "Quran",
      "description": "Read the Holy Quran",
      "url": "/quran",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Prayer Times",
      "short_name": "Prayers",
      "description": "Check today's prayer times",
      "url": "/prayer-times",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Adhkar",
      "short_name": "Adhkar",
      "description": "Daily Islamic remembrances",
      "url": "/adhkar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
