created metadata

pull/2115/head
eleanor 2022-09-06 15:15:54 -05:00 committed by GitHub
parent eb6598d1d7
commit 7ed481e4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"id": "distortclk",
"name": "Distort Clock",
"shortName":"Distort Clock",
"version": "0.01",
"description": "A clockface",
"icon": "app.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"readme":"README.md",
"storage": [
{"name":"distortclk.app.js","url":"app.js"},
{"name":"distortclk.img","url":"app-icon.js","evaluate":true}
]
}