31 lines
563 B
JSON
31 lines
563 B
JSON
{
|
|
"id": "scrying-pool",
|
|
"title": "Scrying Pool",
|
|
"version": "0.1.0",
|
|
"description": "GM camera visibility control for FoundryVTT v14 — hide, show, and manage participant feeds in real time.",
|
|
"authors": [
|
|
{
|
|
"name": "Morr"
|
|
}
|
|
],
|
|
"category": "Audio/Video",
|
|
"compatibility": {
|
|
"minimum": "14",
|
|
"verified": "14"
|
|
},
|
|
"esmodules": [
|
|
"module.js"
|
|
],
|
|
"styles": [
|
|
"styles/scrying-pool.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
],
|
|
"flags": {}
|
|
}
|