{
  "name": "ECHO Integration Platform",
  "short_name": "ECHO",
  "description": "Real Consciousness Interface — Your unified command center for life, business, and legacy",
  "start_url": "/echo",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0A0A0F",
  "theme_color": "#059669",
  "orientation": "any",
  "categories": ["productivity", "business", "lifestyle"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "ECHO Assistant",
      "short_name": "ECHO",
      "url": "/echo",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Omni",
      "short_name": "Omni",
      "url": "/omni",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Daily Briefing",
      "short_name": "Briefing",
      "url": "/briefing",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "share_target": {
    "action": "/echo",
    "method": "GET",
    "params": {
      "text": "q",
      "title": "title",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  }
}
