added manifest and icons
This commit is contained in:
BIN
public/icon.png
Normal file
BIN
public/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 347 KiB |
BIN
public/icon64.png
Normal file
BIN
public/icon64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
21
public/manifest.json
Normal file
21
public/manifest.json
Normal 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": {
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user