diff options
| author | ilya | 2010-06-23 08:21:26 -0700 | 
|---|---|---|
| committer | ilya | 2010-06-23 08:21:26 -0700 | 
| commit | e6336cc6df25757e32b6718fb7bc8595a2890d54 (patch) | |
| tree | 6dfc79a64be5b122891056c183e0e5bdcf77d990 | |
| parent | 59b9bc14242976489ac570e9a3135e6aa0ce122e (diff) | |
| download | vimium-e6336cc6df25757e32b6718fb7bc8595a2890d54.tar.bz2 | |
Add icons to the manifest and to the repo.
| -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.pngBinary files differ new file mode 100644 index 00000000..312d8462 --- /dev/null +++ b/icons/icon128.png diff --git a/icons/icon16.png b/icons/icon16.pngBinary files differ new file mode 100644 index 00000000..b353889d --- /dev/null +++ b/icons/icon16.png diff --git a/icons/icon48.png b/icons/icon48.pngBinary files differ new file mode 100644 index 00000000..6a3202f0 --- /dev/null +++ b/icons/icon48.png diff --git a/icons/vimium.png b/icons/vimium.pngBinary files differ new 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": [ | 
