{
  "name": "MockInterview AI - Interview Practice Platform",
  "short_name": "MockInterview AI",
  "description": "AI-powered mock interview platform for job preparation with voice interviews and real-time feedback",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity", "business"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon-16x16.svg",
      "sizes": "16x16",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Interview Practice",
      "short_name": "Practice",
      "description": "Begin a new mock interview session",
      "url": "/generate",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "32x32",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Demo Videos",
      "short_name": "Demo",
      "description": "Watch platform demonstration videos",
      "url": "/demo",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "32x32",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
