{
  "id": "/?source=pwa",
  "name": "Sayyidina Omar Institute — Daily Sunnah",
  "short_name": "Daily Sunnah",
  "description": "A daily attribute of the Prophet Muhammad ﷺ, a short reflection, one practice, and a private journal that never leaves your device.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#204F3F",
  "theme_color": "#faf7f1",
  "categories": ["education", "lifestyle", "books"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/narrow-today.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "The day's attribute, its source, and one practice"
    },
    {
      "src": "./screenshots/narrow-themes.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Twelve themes, browsable at any time"
    },
    {
      "src": "./screenshots/wide-today.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The day's attribute on a larger screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "url": "./index.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
