{
  "name": "Nexus AI",
  "short_name": "Nexus",
  "description": "Your self-learning executive AI assistant",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "any",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to TARS",
      "short_name": "TARS Voice",
      "url": "/tars?autoVoice=true",
      "description": "Start voice conversation with TARS immediately",
      "icons": [{ "src": "/icon-tars-voice.svg", "sizes": "96x96" }]
    },
    {
      "name": "Morning Briefing",
      "short_name": "Briefing",
      "url": "/briefing?autoGenerate=true",
      "description": "Generate and view today's executive briefing",
      "icons": [{ "src": "/icon-briefing.svg", "sizes": "96x96" }]
    },
    {
      "name": "Quick Chat",
      "short_name": "Chat",
      "url": "/chat?autoFocus=true",
      "description": "Open chat with Nexus AI ready to type",
      "icons": [{ "src": "/icon-chat.svg", "sizes": "96x96" }]
    },
    {
      "name": "Chief of Staff",
      "short_name": "COS",
      "url": "/chief-of-staff",
      "description": "View and manage action items and priorities",
      "icons": [{ "src": "/icon-cos.svg", "sizes": "96x96" }]
    },
    {
      "name": "Upload Files",
      "short_name": "Upload",
      "url": "/files?autoUpload=true",
      "description": "Upload and process documents instantly",
      "icons": [{ "src": "/icon-upload.svg", "sizes": "96x96" }]
    }
  ]
}
