{
  "name": "ApiaryNetwork - Beekeeping Platform",
  "short_name": "ApiaryNetwork",
  "description": "Real-time swarm network, hive management, and AI-powered beekeeper assistant",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F4B400",
  "theme_color": "#F4B400",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/bee-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Report Swarm",
      "short_name": "Report",
      "description": "Report a bee swarm",
      "url": "/report-swarm",
      "icons": [{ "src": "/bee-favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Swarm Map",
      "short_name": "Map",
      "description": "View swarm map",
      "url": "/swarm-map",
      "icons": [{ "src": "/bee-favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "My Hives",
      "short_name": "Hives",
      "description": "Manage your hives",
      "url": "/hives",
      "icons": [{ "src": "/bee-favicon.svg", "sizes": "96x96" }]
    }
  ]
}
