{
  "id": "mgs-toolbox",
  "title": "MGS Toolbox",
  "description": "Michael Ghelfi Studios inside Foundry: download the audio tracks you own into your world's playlists, and open the Metals, Rerum and Crystal encyclopedias without leaving the table.",
  "version": "1.3.0",
  "authors": [
    {
      "name": "Michael Ghelfi",
      "url": "https://michaelghelfistudios.com"
    }
  ],
  "url": "https://michaelghelfistudios.com",
  "compatibility": {
    "minimum": "12",
    "verified": "14"
  },
  "esmodules": [
    "src/main.js"
  ],
  "socket": true,
  "documentTypes": {
    "RegionBehavior": {
      "fishing": {}
    }
  },
  "styles": [
    "styles/mgs-toolbox.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "fr",
      "name": "Français",
      "path": "lang/fr.json"
    }
  ],
  "manifest": "https://dl.michaelghelfistudios.com/mgs-toolbox.json",
  "download": "https://dl.michaelghelfistudios.com/mgs-toolbox.zip"
}