1
0
Fork 0

Create metadata.json

master
eleanor 2022-05-16 15:21:36 -05:00 committed by GitHub
parent 238f2f1284
commit 16c9527b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{ "id": "poketch",
"name": "Poketch Clock",
"shortName":"Poketch",
"version":"0.01",
"description": "A fan-made recreation of a popular Pebble watchface",
"icon": "app.png",
"tags": "",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"poketch.app.js","url":"app.js"},
{"name":"poketch.img","url":"app-icon.js","evaluate":true}
]
}