{
  "name": "0xClub",
  "short_name": "0xClub",
  "description": "A minimal, dark‑theme progressive web app for the 0xClub coding club.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#020403",
  "theme_color": "#FFDE21",
  "icons": [
    {
      "src": "icons/pwa_icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
