mirror of https://github.com/espruino/BangleApps
- apps/chargent: updated metadata
parent
b0b10592cd
commit
bbbbe4ed76
|
@ -1,3 +1,4 @@
|
|||
0.01: First version
|
||||
0.02: Support BangleJS2
|
||||
0.03: Added threshold
|
||||
0.04: Added notification
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
{ "id": "chargent",
|
||||
"name": "Charge Gently",
|
||||
"version": "0.03",
|
||||
"version": "0.04",
|
||||
"description": "When charging, reminds you to disconnect the watch to prolong battery life.",
|
||||
"icon": "icon.png",
|
||||
"type": "bootloader",
|
||||
"tags": "battery",
|
||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||
"dependencies": {"notify": "type"},
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name": "chargent.boot.js", "url": "boot.js"}
|
||||
|
|
Loading…
Reference in New Issue