1
0
Fork 0

Create metadata.json

master
jukioo 2022-11-02 13:01:05 +02:00 committed by GitHub
parent 6b5e904e82
commit eec2d5bea9
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": "pisteinen",
"name": "Pisteinen - Dotted watch face",
"shortName":"Pisteinen",
"version":"0.01",
"description": "A minimal digital watch face made with dots.",
"icon": "app.png",
"screenshots": [{"url":"screenshot1.png"}],
"type": "clock",
"tags": "clock",
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"pisteinen.app.js","url":"app.js"},
{"name":"pisteinen.img","url":"app-icon.js","evaluate":true}
]
}