{
  "name": "EduVentureSpace",
  "short_name": "EVS",
  "description": "Plan your career and education path. Verified university requirements, milestone roadmap, application tracker.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icon",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My applications",
      "short_name": "Tracker",
      "description": "Open the application tracker",
      "url": "/tracker",
      "icons": [{ "src": "/icon", "sizes": "any" }]
    },
    {
      "name": "Find a university",
      "short_name": "Browse",
      "description": "Start onboarding to find your match",
      "url": "/onboarding",
      "icons": [{ "src": "/icon", "sizes": "any" }]
    }
  ]
}
