{
  "name": "PoolScan",
  "short_name": "PoolScan",
  "description": "Pool chemistry calculator — scan your test strip for instant results.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#EAF4FB",
  "theme_color": "#2B5A8C",
  "orientation": "portrait-primary",
  "categories": ["utilities"],
  "icons": [
    { "src": "/android-chrome-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/android-chrome-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Balance Chemicals",
      "short_name": "Chemicals",
      "url": "/chemicals",
      "description": "Jump straight to the chemical dose calculator"
    },
    {
      "name": "Scan Strip",
      "short_name": "Scan",
      "url": "/scan",
      "description": "Scan a test strip with your camera"
    }
  ]
}
