forked from FOSS/BangleApps
Create metadata.json
parent
95597e5724
commit
2172802f48
|
@ -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}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue