{
  "name": "Vorleser",
  "short_name": "Vorleser",
  "description": "PWA-Werkzeug zum Vorlesen von Texten.",
  "id": "vorleser-app-v1",
  "start_url": "./index.html",
  "display": "standalone",
  "scope": "./",
  "orientation": "landscape",
  "background_color": "#f0f2f5",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
