{
  "name": "Chats",
  "short_name": "Chats",
  "description": "A modern chat application with AI-powered features.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020817",
  "theme_color": "#020817",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/maskable_icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a new conversation",
      "url": "/chat?action=new",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Open Feed",
      "short_name": "Feed",
      "description": "View the latest posts",
      "url": "/feed",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
