{
  "id": "aiteammate-main-app",
  "name": "AI Teammate",
  "short_name": "AI Teammate",
  "description": "AI agent platform with plugin skills, robot control, hybrid RAG memory, and multi-channel deployment",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0B",
  "theme_color": "#10B981",
  "orientation": "portrait-primary",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your agents",
      "url": "/dashboard",
      "icons": [
        { "src": "/icons/shortcut-dashboard-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/shortcut-dashboard.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Teams",
      "short_name": "Teams",
      "description": "Manage AI teams",
      "url": "/teams",
      "icons": [
        { "src": "/icons/shortcut-teams-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/shortcut-teams.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Create Agent",
      "short_name": "Create",
      "description": "Create a new AI agent",
      "url": "/create",
      "icons": [
        { "src": "/icons/shortcut-create-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/shortcut-create.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Assistant",
      "short_name": "Assistant",
      "description": "Chat with AI assistant",
      "url": "/assistant",
      "icons": [
        { "src": "/icons/shortcut-assistant-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/shortcut-assistant.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI Teammate — Build AI agents with skills, tools & teams"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "354x630",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Teammate — Mobile experience"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
