{
  "name": "Familienplaner AI V2",
  "short_name": "Familie",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f4f1eb",
  "theme_color": "#f4f1eb",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Sprechen",
      "short_name": "Sprechen",
      "url": "./index.html#voice",
      "icons": [
        {
          "src": "mic-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}