{
  "name": "Pfeil Schnitzeljagd Navi",
  "short_name": "PfeilNavi",
  "description": "Minimalistische, offline-fähige Navigations-App für Schnitzeljagden und Fahrradtouren.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "categories": ["navigation", "sports"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}