From e6336cc6df25757e32b6718fb7bc8595a2890d54 Mon Sep 17 00:00:00 2001 From: ilya Date: Wed, 23 Jun 2010 08:21:26 -0700 Subject: Add icons to the manifest and to the repo. --- icons/icon128.png | Bin 0 -> 19884 bytes icons/icon16.png | Bin 0 -> 781 bytes icons/icon48.png | Bin 0 -> 4222 bytes icons/vimium.png | Bin 0 -> 81847 bytes manifest.json | 3 +++ 5 files changed, 3 insertions(+) create mode 100644 icons/icon128.png create mode 100644 icons/icon16.png create mode 100644 icons/icon48.png create mode 100644 icons/vimium.png diff --git a/icons/icon128.png b/icons/icon128.png new file mode 100644 index 00000000..312d8462 Binary files /dev/null and b/icons/icon128.png differ diff --git a/icons/icon16.png b/icons/icon16.png new file mode 100644 index 00000000..b353889d Binary files /dev/null and b/icons/icon16.png differ diff --git a/icons/icon48.png b/icons/icon48.png new file mode 100644 index 00000000..6a3202f0 Binary files /dev/null and b/icons/icon48.png differ diff --git a/icons/vimium.png b/icons/vimium.png new file mode 100644 index 00000000..2261f411 Binary files /dev/null and b/icons/vimium.png differ 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": [ -- cgit v1.2.3