content Defines the app's starting page in the top-level web assets directory. The default value is index.html, which customarily appears in a project's top-level www directory
deviceready The deviceready event fires when Cordova is fully loaded. This event is essential to any application. It signals that Cordova's device APIs have loaded and are ready to access.
cordova info command Synopsis Print out useful information helpful for submitting bug reports and getting help. Creates an info.txt file at the base of your project
feature If you use the CLI to build applications, you use the plugin command to enable device APIs. This does not modify the top-level config.xml file, so the element does not apply to your
description Specifies metadata that may appear within app-store listings. Examples: <widget ...> <description>A sample Apache
volumedownbutton The event fires when the user presses the volume down button. If you need to override the default volume down behavior you can register an event listener for the volumedownbutton
cordova build command Synopsis Shortcut for cordova prepare + cordova compile for all/the specified platforms. Allows you to build the app
cordova run command Synopsis Prepares, builds, and deploys app on specified platform devices/emulators. If a device is connected it will be used, unless an eligible
volumeupbutton The event fires when the user presses the volume up button. If you need to override the default volume up behavior you can register an event listener for the volumeupbutton
cordova platform command Synopsis Manage cordova platforms - allowing you to add, remove, update, list and check for updates. Running commands to add or remove platforms
Page 4 of 5