{
  "name": "Halal Bites",
  "short_name": "SmartDlvry",
  "description": "Order from the best restaurants, supermarkets & pharmacies near you — delivered fast",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0e0e1a",
  "theme_color": "#FF4500",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Halal Bites Home"
    }
  ],
  "shortcuts": [
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your current orders",
      "url": "/?page=orders",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Restaurants",
      "short_name": "Restaurants",
      "description": "Browse restaurants near you",
      "url": "/?cat=restaurant",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
