mirror of https://github.com/espruino/BangleApps
19 lines
467 B
JSON
19 lines
467 B
JSON
|
{
|
||
|
"id": "slash",
|
||
|
"name": "Slash Watch",
|
||
|
"shortName":"Slash",
|
||
|
"icon": "slash.png",
|
||
|
"screenshots": [{"url":"screenshot.png"}],
|
||
|
"version":"0.01",
|
||
|
"description": "Slash Watch based on Pebble watch face by Nikki.",
|
||
|
"tags": "clock",
|
||
|
"type": "clock",
|
||
|
"supports":["BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"allow_emulator": true,
|
||
|
"storage": [
|
||
|
{"name":"slash.app.js","url":"app.js"},
|
||
|
{"name":"slash.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|