{
  "id": "/?source=pwa",
  "name": "مواقيت الصلاة — تطبيق المواقيت والقبلة",
  "short_name": "مواقيت",
  "description": "تطبيق ويب لمواقيت الصلاة والإمساكية والقبلة ورمضان.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#070b14",
  "theme_color": "#070b14",
  "lang": "ar",
  "dir": "rtl",
  "categories": [
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "مواقيت الصلاة",
      "short_name": "المواقيت",
      "url": "./"
    },
    {
      "name": "القبلة",
      "short_name": "القبلة",
      "url": "./qibla/"
    },
    {
      "name": "الإمساكية",
      "short_name": "الإمساكية",
      "url": "./imsakiya/"
    },
    {
      "name": "رمضان",
      "short_name": "رمضان",
      "url": "./ramadan/"
    }
  ]
}