{
  "name": "FindYourGolfClub",
  "short_name": "FindYourGolf",
  "description": "Lost or found a golf club? Report it – we find the match automatically.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F2D1E",
  "theme_color": "#0F2D1E",
  "lang": "de",
  "scope": "/",
  "categories": ["sports", "utilities"],
  "icons": [
    { "src": "/icon.svg",        "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon.svg",        "sizes": "any",     "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "/icon-192.png",    "sizes": "192x192", "type": "image/png",     "purpose": "any" },
    { "src": "/icon-512.png",    "sizes": "512x512", "type": "image/png",     "purpose": "any" },
    { "src": "/icon-192m.png",   "sizes": "192x192", "type": "image/png",     "purpose": "maskable" },
    { "src": "/icon-512m.png",   "sizes": "512x512", "type": "image/png",     "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Schläger verloren / Lost a club",
      "short_name": "Verloren",
      "url": "/verlust",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Fund melden / Found a club",
      "short_name": "Gefunden",
      "url": "/fund",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "QR-Tags drucken / Print QR tags",
      "short_name": "QR-Tags",
      "url": "/tags.php",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Club-Portal (für Golfclubs)",
      "short_name": "Club-Portal",
      "url": "/clubportal.php",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1587174486073-ae5e5cff23aa?w=390&h=844&fit=crop",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "FindYourGolfClub – Home"
    }
  ]
}
