{
  "name": "Rechnen Üben App",
  "id": "de.schicka.rechnen.ueben.app",
  "short_name": "Rechnen",
  "description": "Eine einfache App zum Üben von Grundrechenarten mit lustigen GIF-Belohnungen.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3367D6",
  "icons": [
    {
      "src": "img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "navigate-new"
    ]
  },
  "orientation": "portrait-primary",
  "screenshots": [
    {
      "src": "img/screenshot.png",
      "sizes": "881x599",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homescreen of the Math Practice App"
    }
  ]
}
