<name>

The human-readable name of the HTML5 application.

Syntax:

<name>string</name>

Description:

The <name> element specifies a human-readable name for an HTML5 app. You can use this name in, for example, an application menu.

If you don't specify a name element, the app is not valid. The name must be 25 characters or less.

Occurrences:

One.

Parent elements:

<widget>

Child elements:

None.

Content:

A string value representing a human-readable name for the HTML5 app.

Example:

<name>Hello World! app</name>