{
  "name": "The Malltitude",
  "short_name": "Malltitude",
  "description": "Shop groceries, electronics, and household items at The Malltitude Kenya. Fast delivery and best prices.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a3e",
  "background_color": "#1a1a3e",
  "lang": "en",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    { "src": "/static/favicon.png", "sizes": "any", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart/",
      "icons": [{ "src": "/static/favicon.png", "sizes": "any", "type": "image/png" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your orders",
      "url": "/accounts/dashboard/",
      "icons": [{ "src": "/static/favicon.png", "sizes": "any", "type": "image/png" }]
    },
    {
      "name": "My Wishlist",
      "short_name": "Wishlist",
      "description": "View your saved products",
      "url": "/wishlist/",
      "icons": [{ "src": "/static/favicon.png", "sizes": "any", "type": "image/png" }]
    }
  ],
  "screenshots": []
}
