{
  "id": "touch-vtt",
  "title": "TouchVTT",
  "description": "Adds touch screen support to FoundryVTT",
  "authors": [
    {
      "name": "Oromis | David",
      "email": "david.bauske@googlemail.com"
    },
    {
      "name": "Aioros",
      "email": "aioros83@gmail.com",
      "discord": "MrAioros"
    }
  ],
  "version": "2.2.18",
  "compatibility": {
    "minimum": "11",
    "verified": "12.331"
  },
  "scripts": [
    "dist/touch-vtt.js"
  ],
  "styles": [
    "dist/touch-vtt.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "de",
      "name": "Deutsch",
      "path": "lang/de.json"
    }
  ],
  "url": "https://github.com/Oromis/touch-vtt",
  "download": "https://github.com/Oromis/touch-vtt/releases/download/v2.2.18/touch-vtt-v2.2.18.zip",
  "manifest": "https://raw.githubusercontent.com/Oromis/touch-vtt/main/module.json",
  "license": "https://www.gnu.org/licenses/gpl-3.0.en.html",
  "readme": "README.md",
  "bugs": "https://github.com/Oromis/touch-vtt/issues"
}