{
  "name": "NextGen Elite Pro",
  "short_name": "NextGen",
  "description": "High-End AI Learning & Battle Arena Portal",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050a14",
  "theme_color": "#00f2fe",
  "orientation": "portrait",
  "id": "nextgen-pwa-v5",
  "categories": ["education", "games", "productivity"],
  "icons": [
    {
      "src": "favicon1.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "img1.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NextGen Desktop View"
    },
    {
      "src": "img1.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NextGen Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Battle Arena",
      "url": "./new.html#combatArena",
      "icons": [{ "src": "favicon1.png", "sizes": "192x192" }]
    },
    {
      "name": "Code Studio",
      "url": "./new.html#codeStudioScreen",
      "icons": [{ "src": "favicon1.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}