{
  "name": "Watch My Car v1",
  "short_name": "WatchMyCar",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#e8ebf5",
  "theme_color": "#e8ebf5",
  "icons": [
    {
      "src": "/static/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Fahrt speichern",
      "short_name": "Speichern",
      "description": "Aktuelle Fahrt sofort speichern",
      "url": "/?action=save",
      "icons": [
        {
          "src": "/static/icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Neue Fahrt starten",
      "short_name": "Neue Fahrt",
      "description": "Aktuelle Fahrt verwerfen und neu starten",
      "url": "/?action=reset",
      "icons": [
        {
          "src": "/static/icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
