{
  "name": "Handwertig Core",
  "short_name": "Handwertig",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#e22278",
  "background_color": "#222357",
  "display": "standalone",
  "start_url": "/intelligence",
  "scope": "/",
  "orientation": "portrait-primary",
  "lang": "de-DE",
  "shortcuts": [
    {
      "name": "Intelligence",
      "short_name": "KI-Chef",
      "url": "/intelligence",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mein Tag",
      "url": "/dashboard"
    }
  ]
}