{
  "name": "NEXUS POS",
  "short_name": "NEXUS POS",
  "description": "NEXUS Point of Sale terminal — works offline.",
  "start_url": "/pos-terminal",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#020617",
  "theme_color": "#020617",
  "icons": [
    { "src": "/favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" },
    { "src": "/placeholder.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/placeholder.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "categories": ["business", "productivity", "shopping"],
  "shortcuts": [
    { "name": "Cashier", "url": "/pos-terminal/cashier" },
    { "name": "Customer Display", "url": "/pos-terminal/customer-display" }
  ]
}
