Webapp manifest
A WebApp's manifest is a json file (manifest.json) stored in the root of the WebApp. The manifest contains metadata about the WebApp.
The unique identifier of a WebApp is made up of id
and version
. If a WebApp is uploaded and there is an existing WebApp with the same id and version, it will be overwritten given that force deploy is used.
The type
is mandatory and distinguishes a WebApp (Widget) from a RESTApp. The name
, description
, author
and helpUrl
are used for UI purposes when importing and administering deployed WebApps in the Sitevision editor.
bundled is required to build WebApps 2.
name and description can be either a string or an object. For multilingual apps see the second example.
When writing multilingual apps an English translation is required.