made it working in talespire
This commit is contained in:
23
public/manifest.json
Normal file
23
public/manifest.json
Normal 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"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user