-
Notifications
You must be signed in to change notification settings - Fork 93
Configurations
Randy edited this page Jan 7, 2016
·
4 revisions
Configurations:
| key | type | default | notes |
|---|---|---|---|
| url | String |
"example.com" | Main entry of the application |
| title | String |
"WebShell" | Window title |
| 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 |
| showLoadingBar | Bool |
true | Set true to display a loading spinner on the left-top of window |
| openInNewScreen | Bool |
false | Set true to open link in default browser |
| consoleSupport | Bool |
false | Enable console.log
|
| debugMode | Bool |
false | whether run app in debug mode |
[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)