{
  "id": "mini-spell-picker",
  "type": "module",
  "title": "Mini Spell Picker",
  "description": "Adds an icons next to each level of the spell page of a character sheet that opens the compendium with the levels and class preselected.",
  "version": "0.3.3",
  "authors": [
    {
      "name": "Stephen Garrett"
    }
  ],
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "url": "https://wgtngm.com",
  "manifest": "https://modules.wgtngm.net/mini-spell-picker/module.json",
  "download": "https://modules.wgtngm.net/mini-spell-picker/0.3.3/module.zip",
  "readme": "https://campaigncodex.wgtngm.com/mini-spell-picker",
  "esmodules": [
    "scripts/mini-spell-picker.mjs"
  ],
  "styles": [
    {
      "src": "styles/mini-spell-picker.css"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {}
      }
    ]
  }
}
