{
  "name": "ANTARIX | Autonomous AI Creator Operating System",
  "short_name": "ANTARIX",
  "description": "Enterprise Autonomous AI Operating System, Multi-Agent Creator Studio, Workflow Automation & RAG Knowledge Engine.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050810",
  "theme_color": "#00E5FF",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/og-image.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/og-image.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "developer tools", "utilities", "education"],
  "shortcuts": [
    {
      "name": "Explore AI Agents",
      "short_name": "Agents",
      "description": "Browse 500+ autonomous AI agents",
      "url": "/explore/agents",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "AI Assistant Dashboard",
      "short_name": "Assistant",
      "description": "Open your Jarvis Personal Assistant",
      "url": "/dashboard/assistant",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Workflow Automation",
      "short_name": "Workflows",
      "description": "Manage autonomous workflows",
      "url": "/dashboard/workflows",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ]
}
