{
  "name": "MySolat.my - Islamic Prayer Times & Tracker",
  "short_name": "MySolat.my",
  "description": "Aplikasi waktu solat dan tracker harian untuk umat Islam Malaysia dengan notifikasi dan statistik lengkap",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2E8B57",
  "background_color": "#ffffff",
  "categories": ["religion", "lifestyle", "productivity"],
  "lang": "ms-MY",
  
  "icons": [
    {
      "src": "/assets/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Prayer Tracker",
      "short_name": "Tracker",
      "description": "Quick access to daily prayer tracking",
      "url": "/tracker.php",
      "icons": [
        {
          "src": "/assets/images/icons/tracker-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Prayer Times",
      "short_name": "Times",
      "description": "View today's prayer times",
      "url": "/?view=times",
      "icons": [
        {
          "src": "/assets/images/icons/times-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  
  "screenshots": [
    {
      "src": "/assets/images/screenshots/home-mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MySolat.my Home Screen"
    },
    {
      "src": "/assets/images/screenshots/tracker-mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Prayer Tracker Interface"
    },
    {
      "src": "/assets/images/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MySolat.my Desktop View"
    }
  ],
  
  "scope": "/",
  "id": "/",
  
  "prefer_related_applications": false,
  
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  
  "protocol_handlers": [
    {
      "protocol": "mysolat",
      "url": "/?protocol=%s"
    }
  ],
  
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=my.mysolat.app",
      "id": "my.mysolat.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/mysolat/id123456789",
      "id": "123456789"
    }
  ],
  
  "edge_side_panel": {
    "preferred_width": 400
  },
  
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ]
}