{
  "name": "StoreBridge POS",
  "short_name": "StoreBridge POS",
  "description": "Ring up in-store sales on phone or tablet and push them straight into the connected store.",
  "id": "/pos",
  "start_url": "/pos",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1235",
  "theme_color": "#1a1f8f",
  "icons": [
    { "src": "/pos-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/pos-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/pos-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Register", "url": "/pos" },
    { "name": "Sales history", "url": "/pos/history" },
    { "name": "Shifts", "url": "/pos/shifts" }
  ]
}
