diff --git a/images/resize-to-fit-icon-144w.png b/images/resize-to-fit-icon-144w.png new file mode 100644 index 0000000..6ca71e3 Binary files /dev/null and b/images/resize-to-fit-icon-144w.png differ diff --git a/images/resize-to-fit-icon-192w.png b/images/resize-to-fit-icon-192w.png new file mode 100644 index 0000000..f103400 Binary files /dev/null and b/images/resize-to-fit-icon-192w.png differ diff --git a/images/resize-to-fit-icon-260w.png b/images/resize-to-fit-icon-260w.png new file mode 100644 index 0000000..a6bdc5d Binary files /dev/null and b/images/resize-to-fit-icon-260w.png differ diff --git a/images/resize-to-fit-icon-48w.png b/images/resize-to-fit-icon-48w.png new file mode 100644 index 0000000..f7e6440 Binary files /dev/null and b/images/resize-to-fit-icon-48w.png differ diff --git a/images/resize-to-fit-icon-w512.png b/images/resize-to-fit-icon-w512.png new file mode 100644 index 0000000..0b2b733 Binary files /dev/null and b/images/resize-to-fit-icon-w512.png differ diff --git a/images/resize-to-fit-icon.png b/images/resize-to-fit-icon.png index 2d77716..294bdd4 100644 Binary files a/images/resize-to-fit-icon.png and b/images/resize-to-fit-icon.png differ diff --git a/manifest.json b/manifest.json index e6e97fb..e50686e 100755 --- a/manifest.json +++ b/manifest.json @@ -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": {} + } + ] + } + ] } \ No newline at end of file