From e4f2db14035df9ff8b233647c0c888d5dac022dd Mon Sep 17 00:00:00 2001 From: Alain Saas Date: Thu, 18 Nov 2021 22:58:51 +0900 Subject: [PATCH] Update apps.json --- apps.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 238c928be..4a4d94278 100644 --- a/apps.json +++ b/apps.json @@ -4247,5 +4247,20 @@ {"name":"cliclockJS2Enhanced.app.js","url":"app.js"}, {"name":"cliclockJS2Enhanced.img","url":"app.icon.js","evaluate":true} ] -} + }, + { + "id": "a_battery_widget", + "name": "A Battery Widget (with percentage)", + "shortName":"A Battery Widget", + "icon": "widget.png", + "version":"1.0", + "type": "widget", + "supports": ["BANGLEJS2"], + "readme": "README.md", + "description": "Simple and slim battery widget with charge status and percentage", + "tags": "widget,battery", + "storage": [ + {"name":"a_battery_widget.wid.js","url":"widget.js"} + ] + } ]