{
  "short_name": "Zero Typing",
  "name": "Zero Typing AI",
  "description": "State-of-the-art Voice Typing powered by AI. Simply speak, and let our AI handle the rest.",
  "id": "/app",
  "scope": "/",
  "start_url": "/app?source=pwa",
  "display": "standalone",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "orientation": "portrait-primary",
  "theme_color": "#3AB1F6",
  "background_color": "#ffffff",
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [
    { "platform": "webapp", "url": "https://zerotyping.ai/manifest.json" },
    { "platform": "webapp", "url": "http://localhost:3000/manifest.json" }
  ],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Web App",
      "short_name": "App",
      "description": "Launch voice typing",
      "url": "/app"
    }
  ]
}
