1
0
Fork 0

fix nceu widget + battery

master
Gordon Williams 2019-11-09 20:48:19 +00:00
parent beb1b75da2
commit cad2427c20
1 changed files with 3 additions and 3 deletions

View File

@ -287,15 +287,15 @@
], ],
"sortorder" : -1 "sortorder" : -1
}, },
{ "id": "sbat", { "id": "nceuwid",
"name": "NCEU Logo Widget", "name": "NCEU Logo Widget",
"icon": "nceu-widget.png", "icon": "nceu-widget.png",
"description": "Show the NodeConf EU logo in the top left", "description": "Show the NodeConf EU logo in the top left",
"tags": "widget", "tags": "widget",
"type":"widget", "type":"widget",
"storage": [ "storage": [
{"name":"+sbat","url":"nceu-widget.json"}, {"name":"+nceuwid","url":"nceu-widget.json"},
{"name":"=sbat","url":"nceu-widget.js"} {"name":"=nceuwid","url":"nceu-widget.js"}
], ],
"sortorder" : -1 "sortorder" : -1
} }