{
  "name": "Cloud Kitchen KDS",
  "short_name": "KDS",
  "description": "Kitchen Display System for Cloud Kitchen",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#ea580c",
  "orientation": "landscape",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Order",
      "url": "/?action=new",
      "description": "Quickly add a new order"
    },
    {
      "name": "Order History",
      "url": "/history",
      "description": "View completed orders"
    }
  ]
}
