{
  "id": "pbta",
  "title": "Powered by the Apocalypse",
  "description": "Run games for any PbtA system in Foundry VTT!",
  "version": "1.1.16",
  "compatibility": {
    "minimum": "13",
    "verified": "13",
    "maximum": "13"
  },
  "authors": [
    {
      "name": "Asacolips"
    },
    {
      "name": "Matheus Clemente",
      "discord": "mclemente"
    }
  ],
  "esmodules": [
    "module/pbta.js"
  ],
  "styles": [
    "styles/lib/codemirror.css",
    "styles/lib/codemirror.material-palenight.css",
    "styles/lib/tagify.css",
    "styles/dist/pbta.css"
  ],
  "scripts": [
    "scripts/lib/tagify.js",
    "scripts/lib/codemirror.js",
    "scripts/lib/codemirror.loadmode.js",
    "scripts/lib/toml-node.js"
  ],
  "packs": [],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Português (Brasil)",
      "path": "lang/pt-br.json"
    },
    {
      "lang": "de",
      "name": "Deutsch (German)",
      "path": "lang/de.json"
    },
    {
      "lang": "es",
      "name": "Español (Spanish)",
      "path": "lang/es.json"
    },
    {
      "lang": "fr",
      "name": "Français (French)",
      "path": "lang/fr.json"
    }
  ],
  "grid": {
    "distance": 5,
    "units": "ft"
  },
  "socket": true,
  "url": "https://github.com/asacolips-projects/pbta",
  "manifest": "https://asacolips-artifacts.s3.amazonaws.com/pbta/latest/system.json",
  "download": "https://asacolips-artifacts.s3.amazonaws.com/pbta/1.1.16/pbta.zip",
  "changelog": "https://github.com/asacolips-projects/pbta/blob/main/CHANGELOG.md",
  "bugs": "https://github.com/asacolips-projects/pbta/issues",
  "flags": {
    "needsMigrationVersion": "1.0.23"
  }
}