{
  "name": "Hyper POS",
  "short_name": "HyperPOS",
  "description": "Enterprise-grade offline-first retail terminal with Dexie.js local ledger, dual-operator billing, ESC/POS thermal printing, and Edge AI demand intelligence.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#10B981",
  "categories": ["business", "finance", "productivity", "shopping", "utilities"],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Checkout Terminal",
      "short_name": "Terminal",
      "description": "Open high-speed counter checkout terminal",
      "url": "/?tab=pos",
      "icons": [
        {
          "src": "/icons/shortcut-pos.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mobile Line-Buster & Stocktake",
      "short_name": "Line-Buster",
      "description": "Mobile camera barcode scanner and in-aisle rolling stock audit",
      "url": "/?mobile=true",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cash Drawer & Shifts",
      "short_name": "Shifts",
      "description": "Reconcile shift floats, cash-in/out and end-of-day till audits",
      "url": "/?tab=shifts",
      "icons": [
        {
          "src": "/icons/shortcut-shift.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Inter-Branch Inventory",
      "short_name": "Inventory",
      "description": "Inspect stock levels across all retail warehouse nodes",
      "url": "/?tab=inventory",
      "icons": [
        {
          "src": "/icons/shortcut-inv.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/terminal-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Counter Checkout Terminal View"
    },
    {
      "src": "/screenshots/terminal-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Handheld POS Scanner"
    }
  ]
}
