{
  "name": "Helloo — It Starts with helloo",
  "short_name": "Helloo",
  "description": "The social platform where AI breaks the ice — and real people take it further",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5e17eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Open Chat",
      "short_name": "Chat",
      "description": "Jump to your ongoing conversation",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Rooms",
      "short_name": "Rooms",
      "description": "Browse and join group rooms",
      "url": "/rooms",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "description": "View your chat insights",
      "url": "/insights",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
