{
  "short_name": "Vimarsh",
  "name": "Vimarsh - Wisdom Without Boundaries",
  "description": "Converse with history's greatest minds through AI. Access 25 personalities across 6 domains of knowledge with cross-session memory and enhanced RAG.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#667eea",
  "background_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Chat with Krishna",
      "short_name": "Krishna",
      "description": "Start conversation with Krishna for spiritual guidance",
      "url": "/?personality=krishna",
      "icons": [
        {
          "src": "favicon.ico",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chat with Einstein",
      "short_name": "Einstein",
      "description": "Explore scientific concepts with Einstein",
      "url": "/?personality=albert_einstein",
      "icons": [
        {
          "src": "favicon.ico",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "All Personalities",
      "short_name": "All Minds",
      "description": "Browse all 25 great minds",
      "url": "/?action=browse",
      "icons": [
        {
          "src": "favicon.ico",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
