{
  "name": "FreeToChat — Multi-model AI",
  "short_name": "FreeToChat",
  "description": "Multi-model AI chat, PDF analysis, image generation, and shareable conversations.",
  "start_url": "/app/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0d",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "New chat",
      "description": "Start a fresh conversation",
      "url": "/app/chat?newChat=1",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}
