{
  "id": "/",
  "name": "XolvedAI — AI Marketing Intelligence & Adaptive Learning",
  "short_name": "XolvedAI",
  "description": "AI-powered marketing intelligence, adaptive learning, and professional operations — powered by xAI Grok.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "categories": ["business", "education", "productivity"],
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with Grok",
      "short_name": "Chat",
      "url": "/app",
      "description": "Open AI chat assistant",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "url": "/app?view=tasks",
      "description": "Open AntiList task manager",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Education",
      "short_name": "Learn",
      "url": "/education",
      "description": "Browse courses and lessons",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Marketing",
      "short_name": "Marketing",
      "url": "/app?view=marketing",
      "description": "Marketing intelligence dashboard",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "IDE",
      "short_name": "IDE",
      "url": "/ide",
      "description": "Mobile-first code editor with Grok pair programmer",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/app",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
