{
  "name": "EngVox - Engineering Communication Operating System",
  "short_name": "EngVox",
  "description": "Master engineering English with AI-powered learning, vocabulary building, and professional communication practice.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a1a1a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/brand/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/dashboard",
      "icons": [{ "src": "/brand/logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Vocabulary",
      "short_name": "Vocab",
      "url": "/vocabulary",
      "icons": [{ "src": "/brand/logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "AI Coach",
      "short_name": "AI",
      "url": "/tools/ai",
      "icons": [{ "src": "/brand/logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Grammar",
      "short_name": "Grammar",
      "url": "/grammar",
      "icons": [{ "src": "/brand/logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
