{
  "name": "PWA Personal Assistant",
  "short_name": "Assistant",
  "description": "Dein persönlicher Assistent als Progressive Web App.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B1224",
  "theme_color": "#0B1224",
  "lang": "de",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
