# CustomizeData The **CustomizeData** module provides custom metadata. > **NOTE** > > The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version. ## CustomizeData(deprecated) > This API is deprecated since API version 9. You are advised to use [Metadata](js-apis-bundleManager-metadata.md) instead. **System capability**: SystemCapability.BundleManager.BundleFramework | Name | Type | Readable| Writable| Description | | ------------------ | ------ | ---- | ---- | ---------------- | | name | string | Yes | Yes | Custom metadata name.| | value | string | Yes | Yes | Custom metadata value. | | extra8+ | string | Yes | Yes | Custom metadata resources. |