{
  "name": "SFS Zieltracker",
  "short_name": "Zieltracker",
  "start_url": "/heute",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#C18B2F",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Heute",
      "short_name": "Heute",
      "url": "/heute",
      "icons": [
        {
          "src": "/icons/shortcut-heute-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Aufgabe erfassen",
      "short_name": "Erfassen",
      "url": "/heute?erfassen=1",
      "icons": [
        {
          "src": "/icons/shortcut-erfassen-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
