From faa6257974287a6bbb448526aaf2247d890129b9 Mon Sep 17 00:00:00 2001 From: RKBoss6 Date: Thu, 24 Jul 2025 16:18:42 -0400 Subject: [PATCH] Update metadata.json --- apps/widsmartbatt/metadata.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/widsmartbatt/metadata.json b/apps/widsmartbatt/metadata.json index 17b53d4a2..a8878bf98 100644 --- a/apps/widsmartbatt/metadata.json +++ b/apps/widsmartbatt/metadata.json @@ -1,17 +1,16 @@ { "id": "widsmartbatt", "name": "Smart Battery Widget", - "shortName":"Smart Batt", + "shortName":"Smart Batt Wid", "icon": "icon.png", "version":"0.01", "type": "widget", "supports": ["BANGLEJS", "BANGLEJS2"], "readme": "README.md", - "description": "Simple and slim battery widget that shows days remaining, and learns from your usage to tailor the days remaining to you.", + "description": "Simple and slim battery widget that shows days remaining, and uses the `smartbatt` module to learm from your usage and provide accurate predictions.", "tags": "widget,battery", "provides_widgets" : ["battery"], "storage": [ - {"name":"widsmartbatt.js","url":"widget.js"}, - {"name":"widsmartbatt.settings.js","url":"settings.js"} + {"name":"widsmartbatt.js","url":"widget.js"} ] }