Create metadata.json

pull/2211/head
jukioo 2022-10-22 16:57:43 +03:00 committed by GitHub
parent 4fe12172be
commit 94975ed7bc
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": "poikkipuinen",
"name": "Poikkipuinen - Minimal watch face",
"shortName":"Poikkipuinen",
"version":"0.01",
"description": "A minimal digital watch face.",
"icon": "app.png",
"screenshots": [{"url":"screenshot1.png"}],
"type": "clock",
"tags": "clock",
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"poikkipuinen.app.js","url":"app.js"},
{"name":"poikkipuinen.img","url":"app-icon.js","evaluate":true}
]
}