DH-Roller/manifest.json

33 lines
706 B
JSON

{
"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.1",
"about": {
"website": "https://github.com/cptn-cosmo/DH-Roller",
"authors": [
"cptn-cosmo",
"Mysteryusy"
]
}, "license": "GPL-3.0",
"api": {
"version": "0.1",
"subscriptions": {
"dice": {
"onRollResults": "handleRollResult"
}
}
},
"environment": {
"webViewBackgroundColor": "#000000",
"capabilities": [
"runInBackground"
],
"extras": [
"fonts",
"colorStyles"
]
}
}