added manifest and icons

This commit is contained in:
2025-07-06 18:50:09 +02:00
parent e7b267ca52
commit 94bcf6b1f7
3 changed files with 21 additions and 0 deletions

BIN
public/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

BIN
public/icon64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

21
public/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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://somegit.dev/s0wlz_talespire_symbiotes/talespire-dsa5-charactersheet",
"authors": ["Vikingown", "S0wlz"]
},
"api": {
"version": "0.1",
"initTimeout": 10
},
"icons": {
"64x64": "/icon64.png"
},
"environment": {
}
}