initial commit of symbiote files
This commit is contained in:
parent
f68347fb48
commit
b4c05b8e84
5 changed files with 278 additions and 0 deletions
39
manifest.json
Normal file
39
manifest.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue