{
  "name": "Vexara AI Assistant",
  "short_name": "Vexara",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "description": "Vexara is a smart AI assistant for students and creators—helping with coding, homework, problem-solving, and everyday tasks in a simple and powerful way.",
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "/static/images/vexara-new1-removebg-preview.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/vexara-new1-removebg-preview.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "categories": ["education", "productivity", "utilities"],

  "screenshots": [
    {
      "src": "/static/screenshot-01.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ]
}
