{
  "name": "Mathe-Schatzreise",
  "short_name": "Schatzreise",
  "description": "Ein offline-fähiges Mathe-Abenteuer für die 2. Klasse: Plus, Minus und Einmaleins entdecken und Schätze finden.",
  "lang": "de",
  "dir": "auto",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e1b3a",
  "theme_color": "#0e1b3a",
  "categories": ["education", "games", "kids"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
