{
  "id": "/",
  "name": "Fightcrew Wels Verwaltung",
  "short_name": "Fightcrew App",
  "description": "Mitgliederverwaltung, Zahlungen, Kalender, News, Shop und NFC-Zutritt für Fightcrew Wels.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d1018",
  "theme_color": "#0d1018",
  "orientation": "portrait-primary",
  "lang": "de-AT",
  "categories": ["sports", "business", "productivity"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Kalender",
      "short_name": "Kalender",
      "url": "/kalender",
      "icons": [
        {
          "src": "/images/icons/time.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Zahlungen",
      "short_name": "Zahlungen",
      "url": "/zahlungen",
      "icons": [
        {
          "src": "/images/icons/contract.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
