Update apps.json

pull/887/head
Alain Saas 2021-11-18 22:58:51 +09:00 committed by GitHub
parent db92bae41d
commit e4f2db1403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 1 deletions

View File

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