1
0
Fork 0

Create metadata.json

master
eleanor 2022-05-16 11:34:20 -05:00 committed by GitHub
parent 95597e5724
commit 2172802f48
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": "poketchclock",
"name": "Poketch Clock",
"shortName":"Poketch",
"icon": "pokeclock.png",
"version":"0.01",
"description": "A fan-made Poketch",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"readme":"README.md",
"storage": [
{"name":"poketch.app.js","url":"app.js"},
{"name":"poketch.img","url":"app-icon.js","evaluate":true}
]
}