Skip to content

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

Clone this wiki locally