2023-01-16 14:50:15 +00:00
|
|
|
{ "id": "chargent",
|
|
|
|
"name": "Charge Gently",
|
2023-07-01 08:48:43 +00:00
|
|
|
"version": "0.05",
|
2023-01-16 15:23:55 +00:00
|
|
|
"description": "When charging, reminds you to disconnect the watch to prolong battery life.",
|
2023-01-16 14:50:15 +00:00
|
|
|
"icon": "icon.png",
|
|
|
|
"type": "bootloader",
|
|
|
|
"tags": "battery",
|
2023-01-29 17:00:47 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2023-04-07 11:42:11 +00:00
|
|
|
"dependencies": {"notify": "type"},
|
2023-01-16 14:50:15 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
2023-01-29 17:00:47 +00:00
|
|
|
{"name": "chargent.boot.js", "url": "boot.js"}
|
2023-02-01 14:08:39 +00:00
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name": "chargent.json"}
|
2023-01-16 14:50:15 +00:00
|
|
|
]
|
|
|
|
}
|