{ "name": "externalactor", "title": "External Actor Viewer", "description": "Makes you able to see characters from unloaded worlds.", "version": "2.0.0", "author": "ardittristan#0001", "esmodules": [ "actorviewer.js" ], "scripts": [ "modules/dnd5e.js", "modules/pf2e.js", "modules/callofcthulhu.js", "modules/CoC7.js" ], "systems": [ "dnd5e", "pf2e", "callofcthulhu", "CoC7" ], "styles": [ "css/externalactor.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "socket": true, "url": "https://github.com/ardittristan/VTTExternalActorViewer", "manifest": "https://raw.githubusercontent.com/ardittristan/VTTExternalActorViewer/master/module.json", "download": "https://github.com/ardittristan/VTTExternalActorViewer/releases/latest/download/actorViewer.zip", "minimumCoreVersion": "0.8.0", "compatibleCoreVersion": "0.8.2" }