{
  "name": "KitchFlow POS",
  "short_name": "KitchFlow",
  "description": "Restaurant Point-of-Sale System",
  "theme_color": "#0a0a0a",
  "background_color": "#0a0a0a",
  "display": "fullscreen",
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/pwa-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/pwa-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "/pwa-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "url": "/order",
      "description": "Start a new order"
    },
    {
      "name": "Floor Plan",
      "short_name": "Floor",
      "url": "/floor",
      "description": "View table floor plan"
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "url": "/kitchen",
      "description": "Open kitchen display"
    }
  ]
}
