{
  "title": "Light Switch",
  "description": "Allow players to turn on and off lights and customize icons for the switches",
  "version": "3.0.0",
  "authors": [
    {
      "name": "theripper93",
      "email": "tsplab@gmail.com",
      "url": "https://www.patreon.com/theripper93"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "socket": true,
  "id": "light-switch",
  "relationships": {
    "requires": [
      {
        "id": "lib-wrapper",
        "type": "module",
        "compatibility": {}
      }
    ]
  },
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "manifest": "https://r2.foundryvtt.com/packages-public/light-switch/module.json",
  "protected": true
}