{
  "name": "As-saat | Al-asr - Islamic Smart Clock",
  "short_name": "Islamic Clock",
  "description": "Comprehensive Islamic app with accurate prayer times, Qibla compass, Hijri calendar, Ramadan tracking, and daily Islamic inspiration",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0d1b2a",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "focus-existing"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+islamic",
      "url": "/?handler=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "icons/launchericon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/launchericon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/launchericon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/launchericon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Main dashboard with prayer times"
    },
    {
      "src": "screenshots/mobile1.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Mobile view with Qibla compass"
    }
  ],
  "categories": ["lifestyle", "utilities", "education", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Prayer Times",
      "short_name": "Prayers",
      "description": "View today's prayer times",
      "url": "/?view=prayers",
      "icons": [
        {
          "src": "icons/launchericon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Qibla Compass",
      "short_name": "Qibla",
      "description": "Open Qibla compass",
      "url": "/?view=qibla",
      "icons": [
        {
          "src": "icons/launchericon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}