Poweroff app -> tool and emulator

master
Marco H 2021-12-09 12:51:03 +01:00 committed by GitHub
parent aec9e829cd
commit 68cef85b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4593,9 +4593,10 @@
"version":"0.01", "version":"0.01",
"description": "Simple app to power off your Bangle.js", "description": "Simple app to power off your Bangle.js",
"icon": "app.png", "icon": "app.png",
"tags": "poweroff, shutdown", "tags": "tool, poweroff, shutdown",
"supports" : ["BANGLEJS", "BANGLEJS2"], "supports" : ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true,
"storage": [ "storage": [
{"name":"poweroff.app.js","url":"app.js"}, {"name":"poweroff.app.js","url":"app.js"},
{"name":"poweroff.img","url":"app-icon.js","evaluate":true} {"name":"poweroff.img","url":"app-icon.js","evaluate":true}