{
  "name": "CyberCLI Web",
  "short_name": "CyberCLI",
  "description": "Safe cybersecurity command reference, SOC simulations, Kali-style labs, and CTF hubs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#070b10",
  "theme_color": "#10b981",
  "categories": ["education", "productivity", "security"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Labs",
      "short_name": "Labs",
      "url": "/lab-environment",
      "description": "Start the simulated lab environment"
    },
    {
      "name": "Command Library",
      "short_name": "Commands",
      "url": "/commands",
      "description": "Search cybersecurity commands"
    },
    {
      "name": "CTF Hubs",
      "short_name": "Hubs",
      "url": "/hubs",
      "description": "Open simulated CTF hubs"
    }
  ]
}
