{
  "name": "EMPOS Restaurant POS",
  "short_name": "EMPOS",
  "description": "Enterprise restaurant POS — billing, ordering, inventory and analytics",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#e8560d",
  "lang": "en",
  "categories": ["business", "food"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS",
      "short_name": "POS",
      "url": "/pos",
      "description": "Open Point of Sale terminal"
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "url": "/kitchen",
      "description": "Kitchen display system"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Analytics dashboard"
    }
  ]
}
