{
  "name": "BrewDesk",
  "short_name": "BrewDesk",
  "description": "Smart POS for Cafés & Restaurants. Works offline. Free to start.",
  "start_url": "/?screen=login",
  "display": "standalone",
  "background_color": "#005042",
  "theme_color": "#005042",
  "orientation": "any",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open POS",
      "short_name": "POS",
      "description": "Open the Point of Sale",
      "url": "/?mode=main_pos",
      "icons": [
        { "src": "/icons/shortcuts/pos.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Customer Display",
      "short_name": "Display",
      "description": "Open the Customer-facing Display",
      "url": "/?mode=display",
      "icons": [
        { "src": "/icons/shortcuts/display.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    }
  ]
}
