Update apps.json

added missing "url" to background storage
master
Vingelar 2021-11-23 16:53:40 +01:00 committed by GitHub
parent 51b73894e4
commit 7d81bfe2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4307,8 +4307,8 @@
"type": "clock",
"storage": [
{"name":"binwatch.app.js","url":"app.js"},
{"name":"Background176_center.png","Background176_center.png"},
{"name":"Background240_center.png","Background240_center.png"},
{"name":"Background176_center.png","url":"Background176_center.png"},
{"name":"Background240_center.png","url":"Background240_center.png"},
{"name":"binwatch.img","url":"app-icon.js","evaluate":true}
]
}