{
  "name": "PedalScot",
  "short_name": "PedalScot",
  "description": "Dein ultimativer Begleiter für Radtouren in Schottland",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c5f2d",
  "orientation": "any",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["travel", "sports", "navigation"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Routen",
      "short_name": "Routen",
      "description": "Entdecke Radrouten in Schottland",
      "url": "/routes",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Karte",
      "short_name": "Karte",
      "description": "Zeige Karte an",
      "url": "/map",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
