<author>

Specifies the name of the creator of the app.

Syntax:

<author>
    string
</author>

Description:

The <author> element specifies the name of the app's creator (typically a developer or a company).

Occurrences:

One.

Parent elements:

<widget>

Child elements:

None.

Content:

A string value representing the name of the person or organization that created the app.

Example:

<author>My Corp</author>