{
  "id": "in.nationalexamservices.app",
  "name": "National Exam Services",
  "short_name": "NES",
  "description": "JEE & NEET Mock Tests — NTA-style Sunday mocks with AIR & percentile",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#040f24",
  "theme_color": "#040f24",
  "lang": "en-IN",
  "categories": ["education"],
  "icons": [
    {
      "src": "app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NES — JEE & NEET Mock Tests"
    }
  ],
  "shortcuts": [
    {
      "name": "Mock Tests",
      "short_name": "Tests",
      "description": "View upcoming mock tests",
      "url": "/mock-tests.html",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Your NES dashboard",
      "url": "/dashboard.html",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "description": "Sunday AIR leaderboard",
      "url": "/leaderboard.html",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
