Skip to content

Commit a66bfdf

Browse files
author
Steve Kwak
committed
manifest modified
1 parent e6fdecb commit a66bfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/structure/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The top level of the manifest JSON object contains high-level information about
4848
Key path | Type | Description | Required
4949
---------|------|-------------|---------
5050
`id` | `string` | Unique identifier for your plugin. You can get your unique ID on the [Adobe I/O Console](https://console.adobe.io/plugins).| Develop / Publish
51-
`name` | `string` | Human-readable *name of your plugin* displayed in the Plugin Manager listing. <br> Must be globally unique among all published plugins. Name availability can be checked on your plugin details page on the [I/O Console](https://console.adobe.io/plugins).<br> The name should be 3 - 45 characters. <br> **Note:** Your plugin name is independent of the _project name_ you created when getting your plugin ID from the I/O Console. The I/O Console project name is for your reference only, and is managed directly on the I/O Console. | Develop / Publish
51+
`name` | `string` | The name should be 3 - 45 characters. <br> **Note:** We recommend your plugin name matches the _project name_ you created when getting your plugin ID from the I/O Console. | Develop / Publish
5252
`version`| `string` | Version number of your plugin in `x.y.z` format. <br>Version must be three segments and each version component must be between `0` and `99`. | Develop / Publish
5353
`icons` | `array<object>` | Icons displayed in the Plugin Manager listing. <br> PNG, JPG/JPEG formats are supported and the max file size for each icon is 1MB. <br> Two sizes are required - `[24, 48]`. | Publish
5454
`host.app` | `string` | Indicates that this is a plugin for Adobe XD (currently, the only valid value here is `"XD"`). | Develop / Publish

0 commit comments

Comments
 (0)