{
  "name": "Assistant Core - Enterprise AI Assistant Platform",
  "short_name": "Assistant Core",
  "description": "Build intelligent assistants with premium models, agentic RAG, and enterprise tooling.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "developer"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "features": [
    "AI Assistant",
    "RAG Pipeline",
    "Enterprise Tools",
    "Multi-modal Processing"
  ],
  "shortcuts": [
    {
      "name": "Features",
      "short_name": "Features",
      "description": "Explore Assistant Core features",
      "url": "/#features",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Documentation",
      "short_name": "Docs",
      "description": "View documentation",
      "url": "/docs",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
