mirror of https://github.com/espruino/BangleApps
17 lines
416 B
JSON
17 lines
416 B
JSON
{ "id": "chargent",
|
|
"name": "Charge Gently",
|
|
"version": "0.03",
|
|
"description": "When charging, reminds you to disconnect the watch to prolong battery life.",
|
|
"icon": "icon.png",
|
|
"type": "bootloader",
|
|
"tags": "battery",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name": "chargent.boot.js", "url": "boot.js"}
|
|
],
|
|
"data": [
|
|
{"name": "chargent.json"}
|
|
]
|
|
}
|