@owstack/ows-wallet-applet-hello
Version:
An OWS Wallet minimal applet plugin.
68 lines • 1.55 kB
JSON
{
"header": {
"id": "org.openwalletstack.wallet.plugin.applet.hello",
"kind": "applet",
"name": "Hello",
"version": "0.0.23",
"description": "An OWS Wallet minimal applet plugin.",
"author": "Open Wallet Stack",
"url": {
"marketing": "https://openwalletstack.org",
"support": "https://github.com/owstack/ows-wallet-applet-hello/issues",
"privacy": "https://openwalletstack.org/disclaimer",
"terms": "https://openwalletstack.org/terms",
"git": "https://github.com/owstack/ows-wallet-applet-hello/"
},
"commitHash": "7e1af9c"
},
"app": {},
"dependencies": {
"org.openwalletstack.wallet.plugin.servlet.hello": {
"package": {
"@owstack/ows-wallet-servlet-hello": "^0.0.10"
},
"options": {
"startMode": "auto"
}
}
},
"permissions": {
"delete": false
},
"linkHostCss": false,
"galleryImage": "img/gallery.png",
"previewImage": "img/preview.png",
"iconImage": "img/icon.png",
"launch": {
"splash": {
"enabled": false,
"image": "img/splash.png",
"autoHide": true,
"delay": 500
}
},
"defaultConfig": {},
"store": {
"id": "0",
"rating": "4+",
"price": {
"amount": "0",
"currency": "USD"
},
"category": {
"primary": "General",
"secondary": "OWS"
},
"keywords": [
"ows",
"plugin",
"applet"
]
},
"skins": {
"default": {
"default": true
}
},
"packageName": "@owstack/ows-wallet-applet-hello"
}