|
{
|
|
"id": "permission_viewer",
|
|
"title": "Ownership Viewer",
|
|
"description": "Quickly see which entities (Journal entries, Actors, etc..) are visible to all players or visible to a specific player.",
|
|
"version": "11.4",
|
|
"compatibility": {
|
|
"minimum": "10",
|
|
"verified": "11"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Matheus Clemente",
|
|
"discord": "mclemente#5524"
|
|
}
|
|
],
|
|
"scripts": [
|
|
"scripts/ownership_viewer.js"
|
|
],
|
|
"styles": [
|
|
"styles/ownership_viewer.css"
|
|
],
|
|
"url": "https://github.com/mclemente/fvtt-module-permission-viewer",
|
|
"manifest": "https://github.com/mclemente/fvtt-module-permission-viewer/releases/latest/download/module.json",
|
|
"download": "https://github.com/mclemente/fvtt-module-permission-viewer/releases/download/11.4/module.zip",
|
|
"bugs": "https://github.com/mclemente/fvtt-module-permission-viewer/issues",
|
|
"changelog": "https://raw.githubusercontent.com/mclemente/fvtt-module-permission-viewer/master/CHANGELOG.md"
|
|
}
|