1# CustomizeData 2 3> **NOTE** 4> 5> 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. 6 7Provides custom metadata. 8 9## CustomizeData 10 11**System capability**: SystemCapability.BundleManager.BundleFramework 12 13| Name | Type | Readable| Writable| Description | 14| ------------------ | ------ | ---- | ---- | ---------------- | 15| name | string | Yes | Yes | Custom metadata name.| 16| value | string | Yes | Yes | Custom metadata value. | 17| extra<sup>8+</sup> | string | Yes | Yes | Custom metadata resources. | 18