Skip to content

Instantly share code, notes, and snippets.

@PragatiVerma18
Created May 22, 2021 07:52
Show Gist options
  • Select an option

  • Save PragatiVerma18/d20b6ff3b0333e22ffdf1558d7001601 to your computer and use it in GitHub Desktop.

Select an option

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
{
"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