{
  "name": "Damon's Smoothies",
  "short_name": "Damon's",
  "description": "Premium fresh fruit smoothies & milkshakes, made to order.",
  "start_url": "./index.html?app=1",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF7EE",
  "theme_color": "#E8175D",
  "categories": ["food", "shopping"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Pay screen",
      "short_name": "Pay",
      "description": "Open the full-screen pay screen",
      "url": "./pay.html?app=1"
    },
    {
      "name": "Menu",
      "short_name": "Menu",
      "description": "See the smoothie & milkshake menu",
      "url": "./index.html?app=1#menu"
    }
  ]
}
