Update apps.json

master
Alain Saas 2021-11-21 12:31:48 +09:00 committed by GitHub
parent 14e84a3242
commit a4f1a84379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4264,18 +4264,18 @@
]
},
{
"id": "a_battery_widget",
"id": "wid_a_battery_widget",
"name": "A Battery Widget (with percentage)",
"shortName":"A Battery Widget",
"icon": "widget.png",
"version":"1.0",
"version":"1.01",
"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"}
{"name":"wid_a_battery_widget.wid.js","url":"widget.js"}
]
},
{