{
  "id": "/",
  "name": "KK Retail Management System",
  "short_name": "KK Retail",
  "description": "Retail point-of-sale and store management for mobile teams.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#ff8a48",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Cashier POS",
      "short_name": "POS",
      "description": "Open the cashier register",
      "url": "/pos"
    },
    {
      "name": "Admin",
      "short_name": "Admin",
      "description": "Open store administration",
      "url": "/admin"
    }
  ]
}
