{
  "name": "Google AI Hub",
  "short_name": "AI Hub",
  "description": "19 AI tools in one place — powered by Gemini 2.5 Flash",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4285F4",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Image Gen",
      "short_name": "Image",
      "description": "Generate AI images",
      "url": "/image-gen",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Chat with Gemini",
      "url": "/chat",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Text to Video",
      "short_name": "Video",
      "description": "Generate AI videos",
      "url": "/text-to-video",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
