diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 3 |
1 files changed, 3 insertions, 0 deletions
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": [ |
