{
  "name": "NFO Student Hub - National Finance Olympiad Portal",
  "short_name": "NFO Hub",
  "description": "Official portal for National Finance Olympiad students to access practice tests, certificates, reports, and participate in the largest financial literacy competition in India.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#DEECF2",
  "theme_color": "#3370B5",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "finance", "olympiad", "learning"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "57x57",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NFO Student Dashboard"
    },
    {
      "src": "/screenshot-narrow.png", 
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NFO Mobile Experience"
    }
  ]
} 