<engine>

engine Specifies details about what platform to restore during a prepare. Attributes(type) Only for platform: Description name(string) Required Name of the platform to be restored spec(string) Required Details about the platform to be restored. This could be a major.minor.patch version number, a directory containing the platform or a url pointing to a git repository. This information will be used to retrieve the platform code to restore from NPM, a local directory or a git repository. See

<description>

description Specifies metadata that may appear within app-store listings. Examples: <widget ...> <description>A sample Apache Cordova application</description> </widget>

&lt;content&gt;

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. Attributes(type) Only for platform: Description src(string) Required 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. Examples: <widget ...> <content src="startPage.html"></cont

&lt;author&gt;

author Specifies contact information that may appear within app-store lisitngs. Attributes(type) Only for platform: Description email(string) Required Email of the author. href(string) Required Website of the author. Examples: <widget ...> <author email="dev@cordova.apache.org" href="http://cordova.io"></author> </widget>

&lt;access&gt;

access Defines the set of external domains the app is allowed to communicate with. The default value shown above allows it to access any server. See the Domain Whitelist Guide for details. Attributes(type) Only for platform: Description origin(string) Required Defines the set of external domains the app is allowed to communicate with. The default value shown above allows it to access any server. See the Domain Whitelist Guide for details. Examples: <widget ...> <access origin="