1
0
Fork 0
BangleApps/apps/pinsafe/metadata.json

17 lines
430 B
JSON
Raw Permalink Normal View History

2023-01-17 08:45:11 +00:00
{
"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"}],
2023-01-17 14:03:18 +00:00
"dependencies": {"textinput":"type"}
2023-01-17 08:45:11 +00:00
}