{
  "id": "/",
  "name": "NEXUS",
  "short_name": "NEXUS",
  "description": "Michael's private AI workspace for chat, voice, memory, automation, and device control.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f5f7f9",
  "theme_color": "#f5f7f9",
  "categories": ["productivity", "utilities", "developer"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/nexus-monochrome.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "monochrome" }
  ],
  "shortcuts": [
    { "name": "New Chat", "short_name": "New", "url": "/?action=new&source=pwa-shortcut" },
    { "name": "Morning Briefing", "short_name": "Briefing", "url": "/briefing" },
    { "name": "Memory Map", "short_name": "Memory", "url": "/memory" },
    { "name": "Voice Studio", "short_name": "Voice", "url": "/voice-studio" }
  ]
}
