{
  "id": "hacking-games",
  "title": "Hacking Games",
  "description": "An immersive hacking mini-game system for Foundry VTT v13. The GM can launch various hacking challenges for a player to solve while all others spectate in real time.",
  "manifest": "https://r2.foundryvtt.com/packages-public/hacking-games/module.json",
  "protected": true,
  "version": "1.2.0",
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "authors": [
    {
      "name": "Custom Module"
    }
  ],
  "esmodules": [
    "hacking-games.js"
  ],
  "styles": [
    "styles/hacking-games.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "socket": true
}