{
  "name": "Rapid Delivri",
  "short_name": "Rapid Delivri",
  "description": "Food, groceries & more — delivered fast.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#DC2626",
  "theme_color": "#DC2626",
  "categories": ["food", "lifestyle", "shopping"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/app-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Restaurants",
      "short_name": "Restaurants",
      "url": "/restaurants",
      "description": "Browse all available restaurants"
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "url": "/orders",
      "description": "View your active and past orders"
    }
  ]
}
