docs

Manifest for Libraries

The manifest (also known as descriptor) for libraries contains a subset of the attributes in the manifest for applications and components.

manifest.json .library Available for SAPUI5 distribution libraries? Comment
`sap.app/id` `name` ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png)
`sap.app/type` \- ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Generated with value `library`
`sap.app/embeds` \- ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Generated
`sap.app/i18n` `appData/manifest/i18n` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`
`sap.app/applicationVersion/version` `version` ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png)
`sap.app/title` `title` ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Text symbol syntax with leading curly brackets \(``\); new in `.library`
`sap.app/description` `documentation` ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Text symbol syntax with leading curly brackets \(``\)
`sap.app/ach` `appData/ownership/component` ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png)
`sap.app/openSourceComponents` `appData/manifest/openSourceComponents` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`
`sap.app/resources` \- ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Generated with value `resources.json`
`sap.app/offline` `appData/manifest/offline` ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) New in `.library`
`sap.app/sourceTemplate` `appData/manifest/sourceTemplate` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`, to be filled by SAP Web IDE only
`sap.ui/technology` \- ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Generated with value `UI5`
`sap.ui/deviceTypes` `appData/manifest/deviceTypes` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`
`sap.ui/supportedThemes` \- ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Generated and merged
`sap.ui5/dependencies/minUI5Version` \- ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Generated
`sap.ui5/dependencies/libs` `dependencies` ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png)
`sap.ui5/contentDensities` `appData/manifest/contentDensities` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`
`sap.ui5/library/i18n` \- ![YES](/docs/02_Read-Me-First/images/loio3929e469c7824eb0a69206aeac69f257_LowRes.png) Determines whether the library contains an i18n resource. Value can be either a boolean, a string, or an object. For more information, see [Manifest \(Descriptor for Applications, Components, and Libraries\)](/docs/04_Essentials/manifest-descriptor-for-applications-components-and-libraries-be0cf40.html) and [Terminologies](/docs/04_Essentials/terminologies-eba8d25.html).
`sap.platform.abap/uri` `appData/manifest/sap.platform.abap/uri` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`
`sap.platform.hcp/uri` `appData/manifest/sap.platform.hcp/uri` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`
`sap.fiori/registrationIds` `appData/manifest/sap.fiori/registrationId` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`
`sap.fiori/archeType` `appData/manifest/sap.fiori/archeType` ![NO](/docs/04_Essentials/images/loiodfb38de82f6d46dab60cb1397e3ed8ae_LowRes.png) New in `.library`

Related Information

Creating a Manifest File for Existing Apps