{
  "name": "HACCP AU — Australian Food Safety",
  "short_name": "HACCP AU",
  "description": "Australian HACCP food-management — temperature logs, cleaning, deliveries and labels. Works offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F4F1EA",
  "theme_color": "#3D5A40",
  "categories": ["productivity", "business", "food"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Scan & log",
      "short_name": "Scan",
      "description": "Open the camera, scan an equipment sticker, then log a reading.",
      "url": "/scan",
      "icons": [
        { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Temperature logs",
      "short_name": "Temps",
      "description": "Jump straight to the temperature logbook.",
      "url": "/temperature",
      "icons": [
        { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Labels",
      "short_name": "Labels",
      "description": "Print a food label.",
      "url": "/labels",
      "icons": [
        { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    }
  ]
}
