{
  "id": "exalted-scenes",
  "type": "module",
  "title": "Exalted Scenes",
  "version": "7.0.1",
  "description": "A cinematic scene manager for narrative RPGs. Create immersive visual novel-style scenes with character emotions, slideshows, and real-time broadcasting to players. Features include drag-and-drop character management, emotion states with preview, folder organization, favorites system, and a beautiful dark UI inspired by the Mandate of Heaven palette.",
  "media": [
    {
      "type": "setup",
      "url": "modules/exalted-scenes/assets/banner_exalted_scenes.png",
      "thumbnail": "modules/exalted-scenes/assets/logo_exalted_scenes.png"
    }
  ],
  "authors": [
    {
      "name": "Wand & Widgets",
      "url": "https://github.com/wand-and-widgets",
      "discord": "",
      "flags": {}
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "socket": true,
  "relationships": {
    "requires": [],
    "recommends": []
  },
  "esmodules": [
    "scripts/config.js",
    "scripts/main.js"
  ],
  "styles": [
    "styles/theme.css",
    "styles/main.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Portugu\u00eas (Brasil)",
      "path": "lang/pt-BR.json"
    },
    {
      "lang": "es",
      "name": "Espa\u00f1ol",
      "path": "lang/es.json"
    },
    {
      "lang": "fr",
      "name": "Fran\u00e7ais",
      "path": "lang/fr.json"
    },
    {
      "lang": "de",
      "name": "Deutsch",
      "path": "lang/de.json"
    },
    {
      "lang": "ja",
      "name": "\u65e5\u672c\u8a9e",
      "path": "lang/ja.json"
    },
    {
      "lang": "pl",
      "name": "Polski",
      "path": "lang/pl.json"
    }
  ],
  "url": "https://foundryvtt.com/packages/exalted-scenes",
  "manifest": "https://r2.foundryvtt.com/packages-public/exalted-scenes/module.json",
  "license": "LICENSE",
  "readme": "README.md",
  "bugs": "https://foundryvtt.com/packages/exalted-scenes",
  "changelog": "CHANGELOG.md",
  "protected": true
}