BangleApps/apps/pinsafe/metadata.json

17 lines
430 B
JSON

{
"id": "pinsafe",
"name": "PIN safe",
"version": "0.01",
"description": "Store encrypted numerical PINs on your Watch.",
"icon": "app.png",
"tags": "tool",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"pinsafe.app.js","url":"app.js"},
{"name":"pinsafe.img","url":"app-icon.js","evaluate":true}
],
"data": [{"name":"pinsafe.json"}],
"dependencies": {"textinput":"type"}
}