{
  "name": "ARIA – Deine KI-Assistentin",
  "short_name": "ARIA",
  "description": "Deine persönliche KI-Assistentin für Gesundheit, Business & persönliches Wachstum",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#12100c",
  "theme_color": "#c9a84c",
  "lang": "de",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Morning Brief",
      "short_name": "Morgen",
      "description": "Starte deinen Tag mit dem Morning Brief",
      "url": "./index.html#tagesuebersicht",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ARIA Chat",
      "short_name": "Chat",
      "description": "Sprich mit ARIA",
      "url": "./index.html#chat",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "description": "Öffne dein Journal",
      "url": "./index.html#journal",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
