Adds missing references to modules.json

This commit is contained in:
Alexander
2023-12-10 18:37:13 +01:00
parent 2cbeffc6a1
commit a29709af61
3 changed files with 7 additions and 2 deletions

View File

@@ -33,6 +33,11 @@
"license" :"https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/main/LICENSE.txt", "license" :"https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/main/LICENSE.txt",
"flags": { "flags": {
"allowBugReporter": true "allowBugReporter": true
} },
"styles": [
"./styles/on-site-vtt.css"
],
"scripts": [
"./scripts/on-site-vtt.js"
]
} }