Create metadata.json

master
xxDUxx 2023-01-17 09:45:11 +01:00 committed by GitHub
parent 45548a0a62
commit cebb42fb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"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"},
}