{
  "id": "/",
  "name": "MRSTORE",
  "short_name": "MRSTORE",
  "description": "Store OS — books, POS, floor, kitchen, calls",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0b1220",
  "theme_color": "#1d4ed8",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/mrstore-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/mrstore-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/mrstore-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "POS", "short_name": "POS", "url": "/pos.html" },
    { "name": "Floor Ops", "short_name": "Floor", "url": "/floor.html" },
    { "name": "Kitchen desk", "short_name": "Kitchen", "url": "/orders.html?staff=1" }
  ]
}
