{
  "name": "HearQA - KI-Copilot",
  "short_name": "HearQA",
  "description": "KI-Copilot für Interviews, Prüfungen und mehr",
  "start_url": "/de/portal/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#09090B",
  "theme_color": "#09090B",
  "orientation": "any",
  "categories": [
    "education",
    "productivity"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/01-dashboard-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard — usage stats, plan, and recent sessions"
    },
    {
      "src": "/screenshots/02-session-creation-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pick from six scenarios — interview, exam, conversation, and more"
    },
    {
      "src": "/screenshots/03-sessions-history-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Every session searchable, filterable, with AI summaries"
    },
    {
      "src": "/screenshots/04-session-picker-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Six scenarios, optimized for phone-on-the-side stealth"
    },
    {
      "src": "/screenshots/05-dashboard-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard at a glance from your phone"
    }
  ],
  "shortcuts": [
    {
      "name": "Sitzung starten",
      "short_name": "Sitzung",
      "description": "Live-KI-Copilot-Sitzung starten",
      "url": "/de/portal/session/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dokumente",
      "short_name": "Docs",
      "description": "Lernmaterialien verwalten",
      "url": "/de/portal/documents/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Verlauf",
      "short_name": "Verlauf",
      "description": "Vergangene Sitzungen ansehen",
      "url": "/de/portal/history/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Einstellungen",
      "short_name": "Einstellungen",
      "description": "Konto und Voreinstellungen",
      "url": "/de/portal/settings/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/de/portal/documents/?source=file_handler",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "text/plain": [
          ".txt"
        ],
        "text/markdown": [
          ".md"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/png": [
          ".png"
        ],
        "image/webp": [
          ".webp"
        ],
        "image/heic": [
          ".heic"
        ],
        "image/heif": [
          ".heif"
        ]
      },
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+hearqa",
      "url": "/de/portal/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/de/portal/documents/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "application/pdf",
            "image/*",
            "text/plain",
            ".pdf",
            ".txt",
            ".md",
            ".jpg",
            ".jpeg",
            ".png",
            ".webp",
            ".heic",
            ".heif"
          ]
        }
      ]
    }
  }
}
