{
  "id": "/",
  "name": "Cognotivity - Break Decision Paralysis",
  "short_name": "Cognotivity",
  "description": "AI-powered anti-paralysis platform with intelligent agents and knowledge capsules",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your anti-paralysis dashboard",
      "url": "/"
    },
    {
      "name": "Agent Chat",
      "short_name": "Agents",
      "description": "Chat with AI agents",
      "url": "/?action=agents"
    }
  ],
  "prefer_related_applications": false,
  "dir": "ltr",
  "lang": "en-US",
  "scope": "/"
}
