{
  "name": "Chop — Food for Everyone",
  "short_name": "Chop",
  "description": "Bauchi's first food delivery app. Order fresh meals from local restaurants.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#F9F9F9",
  "theme_color": "#FF7A00",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Restaurants",
      "short_name": "Browse",
      "description": "Explore restaurants near you",
      "url": "/home",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your current and past orders",
      "url": "/orders",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
