{
  "name": "Azkar App - أذكار",
  "short_name": "Azkar",
  "description": "A beautiful and comprehensive Islamic remembrance (Azkar) application with multiple languages support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "religion", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile-screenshot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Morning Azkar",
      "short_name": "Morning",
      "description": "Start your day with morning remembrances",
      "url": "/azkar/morning",
      "icons": [
        {
          "src": "/icons/shortcut-morning.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Evening Azkar",
      "short_name": "Evening",
      "description": "End your day with evening remembrances",
      "url": "/azkar/evening",
      "icons": [
        {
          "src": "/icons/shortcut-evening.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "After Prayer",
      "short_name": "After Prayer",
      "description": "Remembrances to say after prayers",
      "url": "/azkar/after-prayer",
      "icons": [
        {
          "src": "/icons/shortcut-prayer.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Before Sleep",
      "short_name": "Sleep",
      "description": "Remembrances before going to sleep",
      "url": "/azkar/before-sleep",
      "icons": [
        {
          "src": "/icons/shortcut-sleep.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
