{
  "name": "UAE Leaflets",
  "short_name": "UAE Leaflets",
  "description": "Access the latest verified leaflets and weekly flyers from UAE's top hypermarkets. Smarter search, easier filtering, better shopping.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#0d6efd",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/icons/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "utilities"],
  "shortcuts": [
    {
      "name": "Latest Leaflets",
      "url": "./index.html",
      "description": "View latest weekly flyers and deals",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Stores",
      "url": "./index.html#stores",
      "description": "Browse active offers by retail brands",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
