{
  "name": "Indeen Islamic Tools",
  "short_name": "Indeen",
  "description": "Islamic Digital Tools for Modern Muslims - ClearCount, ClearSolah, and ClearRead for daily remembrance, Quran study and recitation.",
  "start_url": "/indeen/",
  "scope": "/indeen/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#0a3d62",
  "theme_color": "#0a3d62",
  "categories": ["education", "lifestyle", "productivity", "religion"],
  "lang": "en",
  "dir": "ltr",
  "id": "/indeen/",
  "icons": [
    {
      "src": "/indeen/images/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/indeen/images/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/indeen/images/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/indeen/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/indeen/images/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/indeen/images/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/indeen/images/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/indeen/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/indeen/images/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/indeen/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "ClearCount - Dzikr Tracker",
      "short_name": "ClearCount",
      "description": "Track daily dhikr and remembrance of Allah",
      "url": "/indeen/clearcount",
      "icons": [
        {
          "src": "/indeen/images/clearcount-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "ClearSolah - Quran Companion",
      "short_name": "ClearSolah",
      "description": "Real-time Quran recitation with translation",
      "url": "/indeen/clearsolah",
      "icons": [
        {
          "src": "/indeen/images/clearsolah-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "ClearRead - Quran Study",
      "short_name": "ClearRead",
      "description": "Advanced Quran study tool with tafsir",
      "url": "/indeen/clearead",
      "icons": [
        {
          "src": "/indeen/images/clearead-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/indeen/images/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Indeen Islamic Tools Mobile App"
    },
    {
      "src": "/indeen/images/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Indeen Islamic Tools Desktop App"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+indeen",
      "url": "/indeen/?url=%s"
    }
  ],
  "share_target": {
    "action": "/indeen/share.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 480
  }
}