made it working in talespire

This commit is contained in:
2025-06-15 17:28:26 +02:00
parent b0bd4282c6
commit d8bad758f5
12 changed files with 159 additions and 99 deletions

23
public/manifest.json Normal file
View File

@@ -0,0 +1,23 @@
{
"manifestVersion": 1,
"name": "DSA 5e Character Sheet",
"entryPoint": "/index.html",
"summary": "Ein interaktiver DSA 5e Charakterbogen mit Optolith JSON Support",
"version": "1.0.0",
"license": "GPL-3",
"about": {
"website": "https://gitea.puchstein.bayern/s0wlz_talespire_symbiotes/dsa5e_character_sheet",
"authors": ["Matthias Puchstein"]
},
"api": {
"version": "0.1",
"initTimeout": 10
},
"icons": {
"64x64": "/icon.png"
},
"environment": {
"capabilities": ["chat", "dice"],
"extras": ["colorStyles"]
}
}