diff --git a/icon/icon_N.png b/icon/icon_N.png deleted file mode 100644 index 420a119..0000000 Binary files a/icon/icon_N.png and /dev/null differ diff --git a/icon/panel@1x.png b/icon/panel@1x.png new file mode 100644 index 0000000..925a3f7 Binary files /dev/null and b/icon/panel@1x.png differ diff --git a/icon/panel@2x.png b/icon/panel@2x.png new file mode 100644 index 0000000..81c78a5 Binary files /dev/null and b/icon/panel@2x.png differ diff --git a/icon/plugin@1x.png b/icon/plugin@1x.png new file mode 100644 index 0000000..fe46b91 Binary files /dev/null and b/icon/plugin@1x.png differ diff --git a/icon/icon_D.png b/icon/plugin@2x.png similarity index 100% rename from icon/icon_D.png rename to icon/plugin@2x.png diff --git a/manifest.json b/manifest.json index 49f0fc4..1a3db05 100644 --- a/manifest.json +++ b/manifest.json @@ -70,35 +70,18 @@ ], "icons": [ { - "width": 32, - "height": 32, - "path": "icon/icon_D.png", + "width": 23, + "height": 23, + "path": "icon/panel.png", "scale": [ 1, 2 ], "theme": [ - "dark", - "darkest" + "all" ], "species": [ - "generic" - ] - }, - { - "width": 32, - "height": 32, - "path": "icon/icon_N.png", - "scale": [ - 1, - 2 - ], - "theme": [ - "lightest", - "light" - ], - "species": [ - "generic" + "chrome" ] } ] @@ -106,35 +89,18 @@ ], "icons": [ { - "width": 32, - "height": 32, - "path": "icon/icon_D.png", + "width": 48, + "height": 48, + "path": "icon/plugin.png", "scale": [ 1, 2 ], "theme": [ - "dark", - "darkest" + "all" ], "species": [ - "generic" - ] - }, - { - "width": 32, - "height": 32, - "path": "icon/icon_N.png", - "scale": [ - 1, - 2 - ], - "theme": [ - "lightest", - "light" - ], - "species": [ - "generic" + "pluginList" ] } ]