mirror of https://github.com/espruino/BangleApps
20 lines
604 B
JSON
20 lines
604 B
JSON
|
{
|
||
|
"id": "neonx",
|
||
|
"name": "Neon X & IO Clock",
|
||
|
"shortName": "Neon X Clock",
|
||
|
"version": "0.01",
|
||
|
"description": "Pebble Neon X & Neon IO X for Bangle.js",
|
||
|
"icon": "neonx.png",
|
||
|
"type": "clock",
|
||
|
"tags": "neonx,neonio,neoniox,clock",
|
||
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||
|
"allow_emulator": true,
|
||
|
"screenshots": [{"url": "neonx-screenshot.png"}],
|
||
|
"storage": [
|
||
|
{"name": "neonx.app.js", "url": "neonx.app.js"},
|
||
|
{"name": "neonx.img", "url": "neonx-icon.js", "evaluate": true},
|
||
|
{"name": "neonx.settings.js", "url": "neonx.settings.js"}
|
||
|
],
|
||
|
"data": [{"name": "neonx.json"}]
|
||
|
}
|