@owstack/ows-wallet-plugin-movies
Version:
An OWS Wallet sample plugin.
75 lines • 1.84 kB
JSON
{
"header": {
"id": "org.openwalletstack.wallet.plugin.applet.movies",
"kind": "applet",
"name": "Movies!",
"version": "0.0.33",
"description": "An OWS Wallet sample plugin.",
"author": "Open Wallet Stack",
"url": {
"marketing": "https://openwalletstack.org",
"support": "https://github.com/owstack/ows-wallet-plugin-movies/issues",
"privacy": "https://openwalletstack.org/disclaimer",
"terms": "https://openwalletstack.org/terms",
"git": "https://github.com/owstack/ows-wallet-plugin-movies/"
},
"commitHash": "2b38f98"
},
"permissions": {
"delete": false
},
"galleryImage": "<plugin-path>/img/gallery.png",
"previewImage": "<plugin-path>/img/preview.png",
"iconImage": "<plugin-path>/img/icon.png",
"splashImage": "<plugin-path>/img/splash.png",
"store": {
"id": "0",
"rating": "4+",
"price": {
"amount": "0",
"currency": "USD"
},
"category": {
"primary": "General",
"secondary": "OWS"
},
"keywords": [
"ows",
"plugin",
"applet"
]
},
"skins": {
"default": {
"default": true
}
},
"dependencies": {
"org.openwalletstack.wallet.plugin.servlet.bitpay": {
"package": {
"@owstack/ows-wallet-servlet-bitpay": "^0.0.15"
},
"options": {
"startMode": "auto"
},
"movieStore": {
"api": {
"url": "https://bitpay.com",
"auth": {
"token": "AijZvWZuS3ikz7tBBdDp5umswnaLriaLLCKPbpAehaER"
}
},
"invoice": {
"transactionSpeed": "",
"notificationEmail": "",
"notificationURL": "",
"requiredFields": [
"buyer.name",
"buyer.email"
]
}
}
}
},
"commitHash": "a76ec97"
}