Files
dsa5e_character_sheet/manifest.json
2025-06-15 15:39:33 +02:00

30 lines
620 B
JSON

{
"name": "DSA 5e Character Sheet",
"id": "dsa5e-character-sheet",
"version": "1.0.0",
"description": "Ein interaktiver DSA 5e Charakterbogen mit Optolith JSON Support",
"author": "Dein Name",
"entryPoint": "index.html",
"extras": [
"colorStyles"
],
"capabilities": [
"chat",
"dice"
],
"minTaleSpireVersion": "1.0.0",
"tags": [
"character-sheet",
"dsa",
"das-schwarze-auge",
"optolith",
"dsa5e"
],
"icon": "icon.svg",
"screenshots": [
"screenshot1.png"
],
"website": "https://github.com/deinusername/dsa5e-talespire-symbiote",
"license": "GPL-3"
}