Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Candle - the privacy friendly smart home committed Feb 13, 2022
1 parent 060a95c commit 5d8977c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"options": {
"default": {
"App store server":"https://www.candlesmarthome.com/appstore",
"Show developer options": false,
"Debugging": false
},
"schema": {
Expand All @@ -35,6 +36,10 @@
"description": "Advanced. The server that controls which apps you can install. The default is https://www.candlesmarthome.com/appstore",
"type": "string"
},
"Show developer options": {
"type": "boolean",
"description": "Advanced. If you are a developer (programmer) working on Candle or just need more control, then you can show the developer options. You can also make them visible by going to the settings page and clicking on the gear icon 4 times."
},
"Debugging": {
"description": "Advanced. Debugging allows you to diagnose any issues with the add-on. If enabled it will result in a lot more debug data in the internal log (which can be found under settings -> developer -> view internal logs).",
"type": "boolean"
Expand All @@ -47,7 +52,7 @@
}
},
"short_name": "candleapps",
"version": "0.2.5",
"version": "0.3.0",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down

0 comments on commit 5d8977c

Please sign in to comment.