{
  "name": "CoastNav – Segelrouten-Planer",
  "short_name": "CoastNav",
  "description": "Interaktiver Segelrouten-Planer mit Wasser-Routing, POIs und GPX-Export.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0a3d62",
  "background_color": "#0a1628",
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/logo_compass_only.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "img/coastnav_og_share_1200x630.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CoastNav Segelrouten-Planer"
    }
  ],
  "shortcuts": [
    {
      "name": "Routen-Planer",
      "short_name": "Planer",
      "description": "Route planen mit Wasser-Routing und POIs",
      "url": "/app",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Navigation",
      "short_name": "Navigation",
      "description": "Echtzeit-Navigation mit GPS und ETA",
      "url": "/navigation",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
