{
  "name": "Kartcenter",
  "short_name": "Kartcenter",
  "description": "Digitale Mitgliedskarte & Fahrten-Tracker für Kartcenter",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "launch_handler": { "client_mode": "focus-existing" },
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "de",
  "dir": "ltr",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Profil hinzufügen",
      "short_name": "Neu",
      "url": "./?action=new",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/card-view.png",
      "sizes": "1082x2202",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mitgliedskarte mit Fahrten-Zähler und Bestzeit"
    },
    {
      "src": "screenshots/pitstop-view.png",
      "sizes": "1082x2202",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pit Stop: Fahrten buchen, Zeiten erfassen, Zeit-Historie"
    }
  ]
}
