{
  "name": "Event Taschenrechner",
  "short_name": "EventCalc",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1c1c1c",
  "description": "Ein einfacher Taschenrechner für Veranstaltungen mit Pfand- und Verzehrsummen.",
  "icons": [
    {
      "src": "icon.ico",
      "type": "image/x-icon",
      "sizes": "64x64 128x128 256x256"
    },
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    }
  ]
}
