-
Notifications
You must be signed in to change notification settings - Fork 94
Configurations
Wesley De Groot edited this page Apr 24, 2016
·
4 revisions
Configurations:
key | type | default | notes |
---|---|---|---|
url | String |
"example.com" | Main entry of the application |
title | String |
"WebShell" | Window title |
useragent | String |
"default" | If changed to something else this will be your user agent |
useDocumentTitle | Bool |
true | When it set to true , the window title is equal to the web document title |
launchingText | String |
"Launching..." | The contents which will be shown on the first loading screen |
initialWindowHeight | Int |
640 | The initial window height |
initialWindowWidth | Int |
1000 | The initial window Width |
openInNewScreen | Bool |
false | Set true to open link in default browser |
showLoadingBar | Bool |
true | Set true to display a loading spinner on the left-top of window |
consoleSupport | Bool |
false | Enable console.log
|
needLocation | Bool |
false | Enable location functions |
debugmode | Bool |
false | whether run app in debug mode |
JSInject | String |
"" | JavaScript String to inject to every webpage you'll load |
CSSInject | String |
"" | CSS String to inject to every webpage you'll load |
key | type | default | notes |
---|---|---|---|
BackAndForward | Bool |
true | enable media keys for navigation |
MediaPlayers | Bool |
false | enable media keys for web players (experimental) |
key | type | default | notes |
---|---|---|---|
BackAndForward | Bool |
true | enable back and forward items in context menu |
Download | Bool |
true | enable downloading |
Reload | Bool |
true | enable reload of the page via context menu |
newWindow | Bool |
true | enable "Open in a new window" |
[Home](https://github.com/djyde/WebShell/wiki) | [Configurations](https://github.com/djyde/WebShell/wiki/Configurations) | [Build a WebShell based application](https://github.com/djyde/WebShell/wiki/How-to-build-a-WebShell-based-application)
***
[Sending a native Notification](https://github.com/djyde/WebShell/wiki/How-to-send-a-native-notification) | [Inject JavaScript & CSS](https://github.com/djyde/WebShell/wiki/Inject-Javascript-&-CSS)