{
  "id": "mindscape",
  "title": "Mindscape",
  "manifest": "https://r2.foundryvtt.com/packages-public/mindscape/module.json",
  "protected": true,
  "version": "1.3.0",
  "description": "Theater of the mind tools, session management, and scene animation for narrative-driven games.",
  "authors": [
    {
      "name": "The Final Artificer"
    }
  ],
  "compatibility": {
    "minimum": "12",
    "verified": "14",
    "maximum": "14"
  },
  "socket": true,
  "esmodules": [
    "scripts/config.js",
    "scripts/main.js"
  ],
  "styles": [
    "styles/animator.css",
    "styles/sidebar.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ]
}