{
  "name": "NEXUS - Daily Logic Circuit Rush",
  "short_name": "NEXUS",
  "description": "Fast-paced daily logic puzzle. Connect 25 nodes in order before the 20-second timer expires.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#090D16",
  "theme_color": "#090D16",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "games",
    "puzzle"
  ]
}