@owstack/ows-wallet-plugin-starter
Version:
An OWS Wallet starter plugin.
76 lines (75 loc) • 1.62 kB
JSON
{
"header": {
"id": "*PLUGINID*",
"kind": "*PLUGINKIND*",
"name": "*USERVISIBLENAME*",
"version": "*VERSION*",
"description": "*DESCRIPTION*",
"author": "*AUTHOR*",
"url": {
"marketing": "*URL*",
"support": "*SUPPORTURL*",
"privacy": "*DISCLAIMERURL*"
}
},
"permissions": {
"delete": false
},
"galleryImage": "<resource-0>",
"previewImage": "<resource-1>",
"iconImage": "<resource-2>",
"splashImage": "<resource-3>",
"store": {
"id": "0",
"rating": "4+",
"price": {
"amount": "0",
"currency": "USD"
},
"category": {
"primary": "General",
"secondary": "OWS"
},
"keywords": [
"ows",
"plugin",
"applet"
]
},
"resources": [
"<plugin-path>/img/gallery.png",
"<plugin-path>/img/preview.png",
"<plugin-path>/img/icon.png",
"<plugin-path>/img/splash.png"
],
"skins": {
"default": {"default": true}
},
"dependencies": {
"org.openwalletstack.wallet.plugin.servlet.bitpay": {
"package": {
"@owstack/ows-wallet-servlet-bitpay": "^0.0.11"
},
"options": {
"startMode": "auto"
},
"movieStore": {
"api": {
"url": "https://bitpay.com",
"auth": {
"token": "AijZvWZuS3ikz7tBBdDp5umswnaLriaLLCKPbpAehaER"
}
},
"invoice": {
"transactionSpeed": "",
"notificationEmail": "",
"notificationURL": "",
"requiredFields": [
"buyer.name",
"buyer.email"
]
}
}
}
}
}