- apps/chargent: updated metadata

pull/2681/head
notEvil 2023-04-07 13:42:11 +02:00
parent b0b10592cd
commit bbbbe4ed76
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
0.01: First version
0.02: Support BangleJS2
0.03: Added threshold
0.04: Added notification

View File

@ -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"}