{
  "name": "NexIMPERA — Invest Smarter",
  "short_name": "NexIMPERA",
  "description": "Expert financial insights, investment news, live events & knowledge quizzes",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0F1E",
  "theme_color": "#D4AF37",
  "orientation": "portrait-primary",
  "categories": ["finance", "education", "news"],
  "lang": "en-IN",
  "icons": [
    {
      "src": "/assets/images/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Latest News",
      "url": "/news.php",
      "description": "View latest financial news"
    },
    {
      "name": "Take Quiz",
      "url": "/quiz.php",
      "description": "Test your financial knowledge"
    }
  ]
}