{
  "name": "Weekler - Restaurant POS System",
  "short_name": "Weekler",
  "description": "Professional restaurant POS system with live kitchen displays, real-time order tracking, and comprehensive food service management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f1d2b",
  "theme_color": "#FFB30E",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "food"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "Manage restaurant orders",
      "url": "/orders",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "description": "View live kitchen orders",
      "url": "/kitchen",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Menu",
      "short_name": "Menu",
      "description": "Manage restaurant menu",
      "url": "/menu",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ]
}