BangleApps/apps/chargent/metadata.json

18 lines
454 B
JSON

{ "id": "chargent",
"name": "Charge Gently",
"version": "0.06",
"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"}
],
"data": [
{"name": "chargent.json"}
]
}