{
  "id": "megs",
  "title": "MEGS (Multiversal Exponential Gaming System)",
  "description": "A totally unofficial, fan-made implementation of the MEGS RPG system for Foundry VTT!",
  "authors": [
    {
      "name": "Jeff Barnes",
      "discord": "murderhobo6226"
    }
  ],
  "url": "https://github.com/codemonkey1972/megs",
  "license": "LICENSE.txt",
  "readme": "README.md",
  "bugs": "https://github.com/codemonkey1972/megs/issues",
  "changelog": "CHANGELOG.md",
  "media": [
    {
      "type": "setup",
      "url": "https://raw.githubusercontent.com/codemonkey1972/megs/main/system.json",
      "thumbnail": "systems/megs/assets/images/megs-logo-world-background.jpg"
    }
  ],
  "version": "0.5.3",
  "compatibility": {
    "minimum": 11,
    "verified": "12.331"
  },
  "esmodules": ["module/megs.mjs"],
  "styles": ["css/megs.css"],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Português (Brasil)",
      "path": "lang/pt.json"
    }
  ],
  "packs": [],
  "packFolders": [],
  "socket": false,
  "manifest": "https://raw.githubusercontent.com/codemonkey1972/megs/refs/heads/main/system.json",
  "download": "https://github.com/codemonkey1972/megs/zipball/main/",
  "background": "systems/megs/assets/images/megs-logo-world-background.jpg",
  "grid": {
    "distance": 5,
    "units": "ft"
  },
  "primaryTokenAttribute": "",
  "secondaryTokenAttribute": ""
}