{
  "name": "Kinder-Navi für sichere Autofahrten",
  "short_name": "KinderNavi",
  "description": "Kinderfreundliche kleine Navigations-App für Autofahrten.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f8ff",
  "theme_color": "#74d1ff",
  "orientation": "portrait",
  "lang": "de",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
