{
  "name": "Bijenboertje",
  "short_name": "Bijenboertje",
  "description": "Beheer je bijenkasten, inspecties en taken",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f1e3",
  "theme_color": "#e8b800",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Nieuwe inspectie",
      "short_name": "Inspecteren",
      "description": "Start direct een nieuwe kastinspectie",
      "url": "/inspect",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Taken",
      "short_name": "Taken",
      "description": "Bekijk je openstaande taken",
      "url": "/tasks",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Vliegplank",
      "short_name": "Vliegplank",
      "description": "Snelle vliegplank-observatie",
      "url": "/flight-board",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Kasten",
      "short_name": "Kasten",
      "description": "Bekijk al je kasten",
      "url": "/apiaries",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ]
}
