{
  "name": "HustlePlate — Restaurant Platform",
  "short_name": "HustlePlate",
  "description": "Run your whole restaurant from one tab. Menu, bookings, orders, delivery & print PDFs.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FBF7EE",
  "theme_color": "#C05746",
  "lang": "en-AU",
  "categories": ["food", "business", "productivity"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a table",
      "short_name": "Book",
      "url": "/book?utm_source=pwa_shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Order online",
      "short_name": "Order",
      "url": "/menu?utm_source=pwa_shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
