{
  "name": "PlusPlus Kiosk — Self Ordering",
  "short_name": "Kiosk",
  "description": "Self-service ordering kiosk for PlusPlus restaurants",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#ea580c",
  "background_color": "#fafaf9",
  "categories": ["food", "business", "restaurant"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='32' fill='%23ea580c'/%3E%3Ctext x='96' y='132' font-size='120' text-anchor='middle' fill='white'%3E🍕%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='64' fill='%23ea580c'/%3E%3Ctext x='256' y='344' font-size='320' text-anchor='middle' fill='white'%3E🍕%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "description": "Start a new order",
      "url": "/",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect width='96' height='96' rx='16' fill='%23ea580c'/%3E%3Ctext x='48' y='66' font-size='60' text-anchor='middle' fill='white'%3E🍕%3C/text%3E%3C/svg%3E", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
