{
  "name": "AISpeak",
  "short_name": "AISpeak",
  "description": "AI Voice Translator - Break down language barriers instantly",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Voice translation interface on mobile"
    },
    {
      "src": "/screenshot-wide.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Translation app on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Translating",
      "short_name": "Translate",
      "url": "/translate",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "How It Works",
      "short_name": "Guide",
      "url": "/how-it-works",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
