{
  "name": "SERVD",
  "short_name": "SERVD",
  "description": "Private chefs, in your home. Book, cook, calculate.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#EFE5D2",
  "theme_color": "#1A1A1A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Food costing",
      "short_name": "Cost",
      "description": "Open your pricebook + menu costing",
      "url": "/chef/food-cost",
      "icons": [{ "src": "/icons/pwa-icon.svg", "sizes": "any" }]
    },
    {
      "name": "Shopping list",
      "short_name": "Shop",
      "description": "Pick a menu and cost it",
      "url": "/chef/food-cost/menus",
      "icons": [{ "src": "/icons/pwa-icon.svg", "sizes": "any" }]
    }
  ]
}
