Create metadata.json

pull/2211/head
jukioo 2022-10-18 19:02:04 +03:00 committed by GitHub
parent 12a0ce6c30
commit 720d60e71f
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": "rinkulainen",
"name": "Rinkulainen - Minimal & Stylish watch face",
"shortName":"Rinkulainen",
"version":"0.01",
"description": "A minimal watch face, with rings/disks for hours and minutes. Date underneath. With easy to mod source code for making your own themes. Some example themes included.",
"icon": "app.png",
"screenshots": [{"url":"screenshot1.png"}, {"url":"screenshot2.png"}, {"url":"screenshot3.png"}],
"type": "clock",
"tags": "clock",
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"rinkulainen.app.js","url":"app.js"},
{"name":"rinkulainen.img","url":"app-icon.js","evaluate":true}
]
}