diff options
| -rw-r--r-- | icons/icon128.png | bin | 0 -> 19884 bytes | |||
| -rw-r--r-- | icons/icon16.png | bin | 0 -> 781 bytes | |||
| -rw-r--r-- | icons/icon48.png | bin | 0 -> 4222 bytes | |||
| -rw-r--r-- | icons/vimium.png | bin | 0 -> 81847 bytes | |||
| -rw-r--r-- | manifest.json | 3 |
5 files changed, 3 insertions, 0 deletions
diff --git a/icons/icon128.png b/icons/icon128.png Binary files differnew file mode 100644 index 00000000..312d8462 --- /dev/null +++ b/icons/icon128.png diff --git a/icons/icon16.png b/icons/icon16.png Binary files differnew file mode 100644 index 00000000..b353889d --- /dev/null +++ b/icons/icon16.png diff --git a/icons/icon48.png b/icons/icon48.png Binary files differnew file mode 100644 index 00000000..6a3202f0 --- /dev/null +++ b/icons/icon48.png diff --git a/icons/vimium.png b/icons/vimium.png Binary files differnew file mode 100644 index 00000000..2261f411 --- /dev/null +++ b/icons/vimium.png diff --git a/manifest.json b/manifest.json index d8d33adc..a6d24427 100644 --- a/manifest.json +++ b/manifest.json @@ -2,6 +2,9 @@ "name": "Vimium", "version": "1.18", "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", + "icons": { "16": "icons/icon16.png", + "48": "icons/icon48.png", + "128": "icons/icon128.png" }, "background_page": "background_page.html", "options_page": "options.html", "permissions": [ |
