{
  "name": "Segeltörn-Logbuch",
  "short_name": "Logbuch",
  "description": "Erfasse und visualisiere Segeltörns auf der Seekarte.",
  "id": "/LogBook/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#034e7e",
  "theme_color": "#034e7e",
  "lang": "de",
  "dir": "ltr",
  "categories": ["navigation", "travel", "utilities"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
