{
  "name": "Angeln.at - Österreichische Angelplätze",
  "short_name": "Angeln.at",
  "description": "Finde die besten Angelplätze in Österreich - Offline verfügbar mit Favoriten und GPS-Navigation",
  "start_url": "/streetmap.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0284c7",
  "categories": ["lifestyle", "sports"],
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Interaktive Karte",
      "short_name": "Karte",
      "description": "Öffne die interaktive Angelkarte direkt",
      "url": "/streetmap.html?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Meine Favoriten",
      "short_name": "Favoriten",
      "description": "Zeige meine gespeicherten Lieblingsangelplätze",
      "url": "/streetmap.html?favorites=true&utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Schonzeiten",
      "short_name": "Schonzeiten",
      "description": "Schonzeiten und Mindestmaße in Österreich",
      "url": "/schonzeiten.html?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["auto", "navigate-new"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+angeln",
      "url": "/streetmap.html?location=%s"
    }
  ]
}
