{
  "short_name": "Baumwächter",
  "name": "Baumwächter – Baumkataster",
  "description": "Verwaltung von Baumbeständen, Kontrollen, Maßnahmen und Schäden",
  "lang": "de",
  "dir": "ltr",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#4a7c59",
  "background_color": "#ffffff",
  "categories": ["productivity", "utilities", "business"],
  "shortcuts": [
    {
      "name": "Karte",
      "short_name": "Karte",
      "description": "Bäume auf der Karte anzeigen",
      "url": "/map",
      "icons": [{ "src": "web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meine Aufgaben",
      "short_name": "Aufgaben",
      "description": "Mir zugewiesene Maßnahmen",
      "url": "/meine-aufgaben",
      "icons": [{ "src": "web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Baumkataster",
      "short_name": "Bäume",
      "description": "Baumliste",
      "url": "/trees",
      "icons": [{ "src": "web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
