{
  "name": "8am Foods",
  "short_name": "8am",
  "description": "Good mornings start here. Fast campus breakfast, no queues.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E0E0E",
  "theme_color": "#F4600C",
  "icons": [
    {
      "src": "/brand/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Order Now",
      "short_name": "Order",
      "description": "Browse this morning's menu",
      "url": "/",
      "icons": [{ "src": "/brand/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "description": "Check your order status",
      "url": "/track",
      "icons": [{ "src": "/brand/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
