forked from FOSS/BangleApps
17 lines
431 B
JSON
17 lines
431 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"},
|
||
|
}
|