Created
May 22, 2021 07:52
-
-
Save PragatiVerma18/d20b6ff3b0333e22ffdf1558d7001601 to your computer and use it in GitHub Desktop.
The files required for building your first Adobe Photoshop and XD Plugin using VueJS - mainfest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "com.adobe.xd.starter.vue", | |
| "name": "Vue Starter Plugin XD", | |
| "version": "1.0.0", | |
| "host": { | |
| "app": "XD", | |
| "minVersion": "36.0.0" | |
| }, | |
| "icons": [ | |
| { | |
| "width": 24, | |
| "height": 24, | |
| "path": "icons/[email protected]" | |
| }, | |
| { | |
| "width": 48, | |
| "height": 48, | |
| "path": "icons/[email protected]" | |
| } | |
| ], | |
| "uiEntryPoints": [ | |
| { | |
| "type": "menu", | |
| "label": "Vue Starter Plugin XD", | |
| "commandId": "menuCommand" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment