diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 0000000..3de5bf9 Binary files /dev/null and b/public/icon.png differ diff --git a/public/icon64.png b/public/icon64.png new file mode 100644 index 0000000..e7ce54b Binary files /dev/null and b/public/icon64.png differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..7d879ad --- /dev/null +++ b/public/manifest.json @@ -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": { + } +}