Files
scrying-pool/module.json
T
uberwald 069107052d
CI / ci (push) Successful in 56s
Release Creation / build (release) Successful in 1m10s
Add French translation
2026-05-25 22:26:31 +02:00

38 lines
698 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"
}
],
"compatibility": {
"minimum": "14",
"verified": "14"
},
"esmodules": [
"module.js"
],
"styles": [
"styles/scrying-pool.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
}
],
"url": "${url}",
"manifest": "${manifest}",
"download": "${download}",
"flags": {}
}