{
  "short_name": "CerebroEcho",
  "name": "CerebroEcho — AI Call Co-Pilot",
  "description": "An in-ear AI co-pilot that listens to live calls and whispers exactly what to say before the moment passes.",
  "icons": [
    { "src": "favicon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any" },
    { "src": "favicon-48x48.png", "type": "image/png", "sizes": "48x48", "purpose": "any" },
    { "src": "icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "apple-touch-icon.png", "type": "image/png", "sizes": "180x180", "purpose": "any" }
  ],
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#08090B",
  "background_color": "#08090B",
  "share_target": {
    "action": "/app/share-screenshot",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "screenshot", "accept": ["image/*"] }
      ]
    }
  }
}
