{
  "name": "Valoura — Währungsrechner",
  "short_name": "Valoura",
  "description": "Eleganter Währungsrechner mit tagesaktuellen Kursen der Europäischen Zentralbank. Über 30 Währungen, offline nutzbar.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fafaf8",
  "theme_color": "#6d4aff",
  "lang": "de",
  "dir": "ltr",
  "categories": ["finance", "utilities", "productivity"],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schnell umrechnen",
      "short_name": "Rechner",
      "url": "./index.html?source=shortcut#rechner",
      "description": "Direkt zum Währungsrechner springen"
    }
  ]
}
