{
  "name": "LPG Tracker",
  "short_name": "LPG",
  "description": "Bons vom LPG Biomarkt sammeln und auswerten",
  "lang": "de",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fdf8ea",
  "theme_color": "#8f6100",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Bon hochladen",
      "short_name": "Hochladen",
      "url": "/upload"
    }
  ]
}
