Optional
activatorActivator implementation class of the bundle.
Optional
autoDefines, if the bundle starts automatically. Default is 'yes'.
Optional
bundleIndicates, if this JavaScript package is a 'bundle'. If true, the default value for the field:
Optional
componentsThe declarative components provided by the bundle.
Optional
contactA contact address for the vendor.
Optional
copyrightThe copyright notice of the bundle.
Optional
dependenciesDependencies of the bundle. e.g. { apprt-core: "~4.2.3" }
Optional
descriptionThe description of the bundle.
Optional
excludedBrowsers and devices that are not supported by the bundle.
Optional
i18nThe i18n files of the bundle.
If used, the value should be ["bundle"]
, pointing to the i18n files located at /nls/bundle.js
.
Optional
i18n-This key is only valid, if the bundle is an i18n extension bundle. In this case, it extends or overwrites the global i18n keys of other bundles. Example value: '["bundle"]'.
Optional
iconThe icon of the bundle. This field is not exactly specified.
Optional
keywordsA list of keywords for the bundle.
Optional
layerThe layer file of the bundle. It contains compressed JavaScript resources. This file is fetched by the loading system, if the bundle is required by an app.
Optional
licensesThe licenses of the bundle.
Optional
locationThe location of the bundle. It is calculated by the JS registry backend.
Optional
mainThe main entry point of the bundle. Typically, it is no longer required.
The symbolic name (unique ID) of the bundle.
Optional
namespaceThe namespace of the bundle. The namespace is used to register the bundle in the AMD loader.
Optional
optionalOptional Dependencies of the bundle. e.g. { apprt-core: "~4.2.3" }
Optional
productThe product name associated with the bundle.
Optional
requiredBrowsers and devices that are supported by the bundle.
Optional
skipIndicates, if the 'resolve' phase of the bundle start should be skipped.
Optional
startThe start level of the bundle. The start level is a number between 1 and 100. It can be used to start a bundle earlier or later than other bundles. The default start level is 50. Smaller numbers will start earlier.
Optional
titleThe title of the bundle, used as display name.
Optional
urlThe URL of the bundle. Points e.g. to the bundle's code.
Optional
vendorThe vendor of the bundle.
Optional
versionThe version of the bundle.
Well known 'manifest.json' properties for map.apps