Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
add plugin icon images
  • Loading branch information
littlebusters committed Feb 20, 2021
1 parent be93bcd commit 8d22ba4
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 46 deletions.
Binary file added images/resize-to-fit-icon-144w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/resize-to-fit-icon-192w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/resize-to-fit-icon-260w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/resize-to-fit-icon-48w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/resize-to-fit-icon-w512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/resize-to-fit-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 68 additions & 46 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,71 @@
{
"name": "Resize Artboard to Fit Content",
"id": "d632ca4d",
"version":"1.2.0",
"description":"Resize the artboard to fit the boundary of Contents in the artboard.",
"icons":[
{
"width":96,
"height":96,
"path":"images/resize-to-fit-icon.png"
}
],
"host":{
"app":"XD",
"minVersion":"13.0.0"
},
"uiEntryPoints":[
{
"type": "menu",
"label": {
"name": "Resize Artboard to Fit Content",
"id": "d632ca4d",
"version":"1.3.0",
"description":"Resize the artboard to fit the boundary of Contents in the artboard.",
"summary" : "Resize to fit contents.",
"keywords" : [ "artboard", "resize", "fit" ],
"languages" : [ "en", "ja" ],
"author" : "littlebusters",
"helpUrl" : "https://github.com/littlebusters/Resize-Artboard-to-Fit-Contents",
"main" : "main.js",

"icons":[
{
"width":48,
"height":48,
"path":"images/resize-to-fit-icon-48w.png"
},
{
"width":96,
"height":96,
"path":"images/resize-to-fit-icon.png"
},
{
"width":144,
"height":144,
"path":"images/resize-to-fit-icon-144w.png"
},
{
"width":192,
"height":192,
"path":"images/resize-to-fit-icon-192w.png"
}
],
"host":{
"app":"XD",
"minVersion":"13.0.0"
},
"uiEntryPoints":[
{
"type": "menu",
"label": {
"default": "Resize Artboard to Fit Content",
"ja": "アートボードリサイズ"
},
"menuItems": [
{
"type": "menu",
"label": {
"default": "Resize Artboard to Fit Content",
"ja": "アートボードリサイズ"
},
"menuItems": [
{
"type": "menu",
"label": {
"default": "Resize Artboard to Fit Content",
"ja": "アートボードをコンテンツに合わせる"
},
"commandId": "ResizeToFit",
"shortcut": {
"mac": "Ctrl+F",
"win": "Ctrl+F"
}
},
{
"type": "menu",
"label": {
"default": "Settings...",
"ja": "設定…"
},
"commandId": "ResizeToFitSettings",
"shortcut": {}
}
]
}
]
"ja": "アートボードをコンテンツに合わせる"
},
"commandId": "ResizeToFit",
"shortcut": {
"mac": "Ctrl+F",
"win": "Ctrl+F"
}
},
{
"type": "menu",
"label": {
"default": "Settings...",
"ja": "設定…"
},
"commandId": "ResizeToFitSettings",
"shortcut": {}
}
]
}
]
}

0 comments on commit 8d22ba4

Please sign in to comment.