1
0
Fork 0

Create metadata.json

master
jukioo 2022-11-01 12:38:20 +02:00 committed by GitHub
parent 5e26fb360b
commit 55369b314e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{ "id": "palikkainen",
"name": "Palikkainen - A blocky watch face",
"shortName":"Palikkainen",
"version":"0.01",
"description": "A minimal watch face consisting of blocks.",
"icon": "app.png",
"screenshots": [{"url":"screenshot1.png"}],
"tags": "outdoors",
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"palikkainen.app.js","url":"app.js"},
{"name":"palikkainen.img","url":"app-icon.js","evaluate":true}
]
}