{
  "name": "KI-Agent Dashboard",
  "short_name": "KI-Dashboard",
  "description": "ARIA – Zentrales KI-Agenten-Dashboard mit Hauptbot und Projekt-Räumen",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#040812",
  "theme_color": "#00e5ff",
  "categories": ["productivity", "utilities"],
  "lang": "de",
  "dir": "ltr",
  "id": "/ki-agent-dashboard",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hauptbot-Kommando",
      "short_name": "Kommando",
      "description": "Direktzugriff auf den Hauptbot",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Projekt-Räume",
      "short_name": "Räume",
      "description": "Projekt-Räume und Agenten",
      "url": "/level4-paket-3",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Brain-Übersicht",
      "short_name": "Brain",
      "description": "Gehirn und Lerneinträge",
      "url": "/brain",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "KI-Dashboard Hauptansicht"
    }
  ],
  "prefer_related_applications": false
}
