{
  "id": "/dashboard",
  "name": "InterviewX",
  "short_name": "InterviewX",
  "description": "Interview preparation, learning, networking, and career intelligence.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070a12",
  "theme_color": "#070a12",
  "categories": ["education", "productivity", "business"],
  "icons": [
    {
      "src": "/icons/interviewx-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/interviewx-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/interviewx-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard Home",
      "short_name": "Home",
      "url": "/dashboard?tab=home",
      "icons": [{ "src": "/icons/interviewx-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Interview Center",
      "short_name": "Interview",
      "url": "/dashboard?tab=interview-center",
      "icons": [{ "src": "/icons/interviewx-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Study Center",
      "short_name": "Study",
      "url": "/dashboard?tab=study-center/my-learning",
      "icons": [{ "src": "/icons/interviewx-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Job Profile",
      "short_name": "Profile",
      "url": "/dashboard?tab=my-job-profile",
      "icons": [{ "src": "/icons/interviewx-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
