{
  "name": "Orange Coldline",
  "short_name": "Coldline",
  "description": "Halal chicken, hand-cut, delivered across south-east Melbourne.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBF7F0",
  "theme_color": "#E8720C",
  "categories": ["food", "shopping", "business"],
  "lang": "en-AU",
  "shortcuts": [
    {
      "name": "Start an order",
      "short_name": "Order",
      "description": "Open the Orange Coldline order form.",
      "url": "/order.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Staff Today",
      "short_name": "Today",
      "description": "Open the mobile staff view for today's work.",
      "url": "/admin/mobile.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Delivery",
      "short_name": "Delivery",
      "description": "Open the delivery dashboard.",
      "url": "/admin/delivery.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ]
}
