{
  "name": "HearQA - AI Copilot",
  "short_name": "HearQA",
  "description": "AI Copilot for Interviews, Exams & Beyond",
  "start_url": "/en/portal/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090B",
  "theme_color": "#09090B",
  "orientation": "any",
  "categories": ["education", "productivity"],
  "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"
    }
  ],
  "share_target": {
    "action": "/en/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"]
        }
      ]
    }
  }
}
