{
  "name": "LexiAI",
  "short_name": "Lexi",
  "description": "Your personal AI assistant that remembers",
  "start_url": "/frontend/chat_ui.html",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#6a3de8",
  "orientation": "any",
  "icons": [
    {
      "src": "/frontend/img/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/frontend/img/lexi-avatar-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/frontend/img/lexi-avatar-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
