SYNTAX mfpdev config [ []] where [ []] is one of the following: [development_browser [] [default_preview_type [mbs | browser] DESCRIPTION Configures default settings for previewing your Cordova app with the 'mfpdev app preview' command. The 'mfpdev config' command enables you to configure a default browser type and a path to a default simple web browser. You can specify just the name to display its current value. OPTIONS [development_browser []: the web browser to use if you specify to preview your app with a simple browser. The value is the path to the browser executable. In direct mode only, if the path contains spaces, either enclose the entire path in quotation marks (") or escape them with a backslash (\). Do not do this in interactive mode or you will get an error. [default_preview_type [mbs | browser]: Specifies whether you want the default preview type to be the MobileFirst Mobile Browser Simulator ('mbs') or a simple web browser ('browser'). EXAMPLES Interactive mode: $ mfpdev config Displays a series of prompts to ask you which setting you want to configure, and then prompts you for the appropriate value. Use the up and down arrow keys on your keyboard to move through the selections, and press the Enter key to select. For the development_browser path, do not include quotation marks (") or backslashes (\) to escape spaces. For example, you would type: /Applications/Google Chrome.app Direct mode: $ mfpdev config default_preview_type mbs Specifies the Mobile Browser Simulator as the default preview type. $ mfpdev config development_browser Displays the path to the simple web browser that is currently set as the default preview browser. $ mfpdev config development_browser "C:\Chrome\Application\chrome.exe" Sets the path for the simple preview browser in Windows to C:\Chrome\Application\chrome.exe. $ mfpdev config development_browser "/Applications/Google Chrome.app" Sets the path for the simple preview browser in OSX to /Applications/Google Chrome.app $mfpdev config development_browser "/usr/bin/chromium-browser" Sets the path for the simple preview browser in Linux to /usr/bin/chromium-browser