commit
829ee9129a
|
|
@ -4628,7 +4628,7 @@
|
||||||
"id": "pebble",
|
"id": "pebble",
|
||||||
"name": "Pebble Clock",
|
"name": "Pebble Clock",
|
||||||
"shortName": "Pebble",
|
"shortName": "Pebble",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "A pebble style clock to keep the rebellion going",
|
"description": "A pebble style clock to keep the rebellion going",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"icon": "pebble.png",
|
"icon": "pebble.png",
|
||||||
|
|
@ -4638,6 +4638,7 @@
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"pebble.app.js","url":"pebble.app.js"},
|
{"name":"pebble.app.js","url":"pebble.app.js"},
|
||||||
|
{"name":"pebble.settings.js","url":"pebble.settings.js"},
|
||||||
{"name":"pebble.img","url":"pebble.icon.js","evaluate":true}
|
{"name":"pebble.img","url":"pebble.icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
0.01: first release
|
0.01: first release
|
||||||
|
0.02: included deployment of pebble.settings.js in apps.json
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*a Pebble style clock with configurable background color, to keep the revolution going*
|
*a Pebble style clock with configurable background color, to keep the revolution going*
|
||||||
|
|
||||||
* Designed specifically for Bangle 2
|
* Designed specifically for Bangle 2
|
||||||
* A choice of 6 different background colous through its setting menu
|
* A choice of 6 different background colous through its setting menu. Goto Settings, App/Widget settings, Pebble.
|
||||||
* Supports the Light and Dark themes
|
* Supports the Light and Dark themes
|
||||||
* Uses pedometer widget to get latest step count
|
* Uses pedometer widget to get latest step count
|
||||||
* Dependant apps are installed when Pebble installs
|
* Dependant apps are installed when Pebble installs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue