{
  "name": "Nox — Debug code. Build skill. Prove it.",
  "short_name": "Nox",
  "description": "Practice real-world debugging by fixing broken code, passing hidden tests, and building a developer profile.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#090909",
  "theme_color": "#090909",
  "orientation": "any",
  "categories": ["education", "developer"],
  "lang": "en",
  "icons": [
    {
      "src": "/nox-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/nox-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Nox-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Your debugging progress"
    },
    {
      "name": "Challenges",
      "url": "/challenges",
      "description": "Browse broken code"
    }
  ]
}
