{
  "name": "HiveDash",
  "short_name": "HiveDash",
  "description": "Beekeeping & hive management \u2014 log inspections, track colony health, works offline.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#5E7350",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "lifestyle",
    "utilities"
  ]
}