mirror of https://github.com/espruino/BangleApps
23 lines
679 B
JSON
23 lines
679 B
JSON
{
|
|
"id": "pebblepp",
|
|
"name": "Pebble++ Clock",
|
|
"shortName": "Pebble++",
|
|
"version": "0.03",
|
|
"description": "A pebble style clock (based on the 'Pebble Clock' app) but with two configurable ClockInfo items at the top",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"type": "clock",
|
|
"tags": "clock,clkinfo",
|
|
"supports": ["BANGLEJS2"],
|
|
"dependencies" : { "clock_info":"module" },
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"pebblepp.app.js","url":"app.js"},
|
|
{"name":"pebblepp.settings.js","url":"settings.js"},
|
|
{"name":"pebblepp.img","url":"icon.js","evaluate":true}
|
|
],
|
|
"data": [
|
|
{"name":"pebblepp.settings.json"}
|
|
]
|
|
}
|