{
  "name": "Exo War Room",
  "short_name": "Exo",
  "description": "Unified AI ops hub — chat, agents, tasks, email, bets, infra",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities", "business"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/chat",
      "description": "AI conversations"
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "url": "/tasks",
      "description": "Task board"
    },
    {
      "name": "Agents",
      "short_name": "Agents",
      "url": "/agents",
      "description": "AI agent fleet"
    },
    {
      "name": "Email",
      "short_name": "Email",
      "url": "/email",
      "description": "Unified email inbox"
    },
    {
      "name": "Daily Tasks",
      "short_name": "Daily",
      "url": "/daily-tasks",
      "description": "Today's tasks"
    },
    {
      "name": "Push Feed",
      "short_name": "Pushes",
      "url": "/push-feed",
      "description": "Notifications & pushes"
    },
    {
      "name": "Scheduler",
      "short_name": "Crons",
      "url": "/scheduler",
      "description": "Scheduled jobs"
    },
    {
      "name": "Bets",
      "short_name": "Bets",
      "url": "/bets",
      "description": "Sports betting tracker"
    }
  ],
  "share_target": {
    "action": "/api/pushes/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "text/*", "application/pdf"]
        }
      ]
    }
  }
}
