06cf740aa3
The issue: CSS was in dist/styles/ but FoundryVTT expects module CSS at the root level or in a standard location. Changes: - Build CSS to styles/scrying-pool.css (root level) instead of dist/styles/ - Update module.json to reference styles/scrying-pool.css - Update .gitignore to track styles/scrying-pool.css - Update build script in package.json This ensures FoundryVTT can find and load the CSS file properly in live sessions. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
31 lines
590 B
JSON
31 lines
590 B
JSON
{
|
|
"id": "video-view-manager",
|
|
"title": "Video View Manager (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": {}
|
|
}
|