{
  "name": "Varta - Real-time Chat & Messaging",
  "short_name": "Varta",
  "description": "Modern real-time chat and messaging application. Connect with friends, family, and colleagues instantly.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "communication", "productivity"],
  "icons": [
    {
      "src": "/images/Logoo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/Logoo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Varta Chat Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Conversations",
      "short_name": "Chats",
      "description": "View your conversations",
      "url": "/conversations",
      "icons": [{ "src": "/images/Logoo.png", "sizes": "96x96" }]
    },
    {
      "name": "Find Users",
      "short_name": "Users",
      "description": "Browse users to chat with",
      "url": "/users",
      "icons": [{ "src": "/images/Logoo.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
