{
  "id": "archive-gm-drawer",
  "title": "Archive GMs Drawer",
  "description": "A system-agnostic, scene-specific, GM's drawer made to hold everything you need to run a scene. Your secret stash behind the screen, now built right into Foundry.",
  "version": "1.0.3",
  "protected": true,
  "authors": [
    {
      "name": "Shadowdrake Creations"
    }
  ],
  "scripts": [],
  "esmodules": [
    "scripts/main.mjs"
  ],
  "styles": [
    "styles/drawer.css"
  ],
  "languages": [],
  "packs": [],
  "relationships": {
    "requires": [
      {
        "id": "archive-tab",
        "type": "module",
        "manifest": "https://raw.githubusercontent.com/DamondSD/archive-tab/main/module.json",
        "compatibility": {
          "minimum": "0.1.0"
        }
      }
    ]
  },
  "compatibility": {
    "minimum": "13.0",
    "verified": "14.359"
  },
  "socket": true,
  "url": "",
  "manifest": "https://r2.foundryvtt.com/packages-public/archive-gm-drawer/module.json",
  "license": "MIT"
}