{
  "name": "Happy Islam — Quran, Prayer Times & Spiritual Journal",
  "short_name": "Happy Islam",
  "description": "A serene Islamic companion: Quran with audio, live Islamic radio, prayer times, qibla, and an AI tafsir journal.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#E0F2FE",
  "theme_color": "#1E40AF",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "education", "books"],
  "launch_handler": { "client_mode": "focus-existing", "handle_links": "preferred" },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "life.happyislam.app",
      "url": "https://play.google.com/store/apps/details?id=life.happyislam.app"
    }
  ],
  "scope_extensions": [
    { "origin": "https://happyislam.life" },
    { "origin": "https://www.happyislam.life" }
  ],
  "shortcuts": [
    { "name": "Quran", "short_name": "Quran", "url": "/quran", "description": "Read and listen to the Qur'an", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Prayer times", "short_name": "Prayer", "url": "/prayer", "description": "Today's prayer times and qibla", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Radio", "short_name": "Radio", "url": "/radio", "description": "Live Islamic audio and video", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Search", "short_name": "Search", "url": "/search", "description": "Semantic Qur'an search", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Happy Islam on desktop"
    },
    {
      "src": "/screenshot-narrow.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Happy Islam on mobile"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "audio/*", "text/*"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/share",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"],
        "audio/mpeg": [".mp3"],
        "audio/mp4": [".m4a",".mp4"],
        "image/*": [".png", ".jpg", ".jpeg", ".webp"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+happyislam",
      "url": "/share?protocol=%s"
    },
    {
      "protocol": "mailto",
      "url": "/share?email=%s"
    }
  ]
}
