initial commit of symbiote files

This commit is contained in:
CPTN Cosmo 2025-05-10 01:47:53 +02:00 committed by GitHub
parent f68347fb48
commit b4c05b8e84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 278 additions and 0 deletions

39
manifest.json Normal file
View file

@ -0,0 +1,39 @@
{
"manifestVersion": 1,
"name": "Daggerheart Dice Roller",
"summary": "A Symbiote to roll duality dice with advantage or disadvantage",
"entryPoint": "/roll.html",
"descriptionFilePath": "/readme.md",
"version": "0.1",
"about": {
"website": "https://example.com",
"authors": [
"Jane Doe",
"John Doe"
]
}, "license": "GPL-3.0",
"api": {
"version": "0.1",
"subscriptions": {
"dice": {
"onRollResults": "handleRollResult"
}
}
},
"environment": {
"webViewBackgroundColor": "#000000",
"capabilities": [
"runInBackground"
],
"extras": [
"fonts",
"colorStyles"
]
}
}