{
  "name": "AI Hub",
  "short_name": "AI Hub",
  "description": "All AI models in one place",
  "start_url": "/chat",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New Chat", "url": "/chat", "description": "Start a new chat" },
    { "name": "Image Generation", "url": "/image-generation", "description": "Generate images" }
  ]
}
