{
  "name": "Bakery Production",
  "short_name": "BakeProd",
  "description": "Internal production recipe app for bakery staff",
  "start_url": "https://recipe.calcflour.com/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8f9fa",
  "theme_color": "#1a2e44",
  "categories": ["food", "productivity"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
