{
  "name": "The Brew & Bun Cafe POS & Admin",
  "short_name": "Brew & Bun POS",
  "description": "Live POS Billing, Order Management & Menu Editor for The Brew & Bun Cafe",
  "start_url": "/admin",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#241814",
  "theme_color": "#241814",
  "icons": [
    {
      "src": "/brew-bun-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brew-bun-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Billing Terminal",
      "url": "/admin",
      "icons": [{ "src": "/brew-bun-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Customer Menu",
      "url": "/",
      "icons": [{ "src": "/brew-bun-logo.png", "sizes": "192x192" }]
    }
  ]
}
