{
  "name": "Jules Kitchen SA",
  "short_name": "Jules Kitchen",
  "description": "Order from the current Jules Kitchen offer, request catering quotes, and track orders.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff4df",
  "theme_color": "#c33a1e",
  "categories": ["food", "shopping", "business"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Order Food",
      "short_name": "Order",
      "url": "/",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "url": "/track",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Admin",
      "short_name": "Admin",
      "url": "/admin",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
