diff options
| author | Daniel MacDougall | 2012-03-28 03:11:27 -0700 |
|---|---|---|
| committer | Daniel MacDougall | 2012-03-28 03:11:27 -0700 |
| commit | 801a20fb28cbd13b057668d495cfe54c645c651b (patch) | |
| tree | a7dbe73bc9beee0a207561e582718d1f21e1728f /manifest.json | |
| parent | 2d92b45b28146e1ea46f87038827027ce1e00b51 (diff) | |
| download | vimium-801a20fb28cbd13b057668d495cfe54c645c651b.tar.bz2 | |
Add ability to exclude URLs from browser button
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 31b9e976..72631a94 100644 --- a/manifest.json +++ b/manifest.json @@ -31,6 +31,7 @@ } ], "browser_action": { - "default_icon": "icons/icon48disabled.png" + "default_icon": "icons/icon48disabled.png", + "popup": "popup.html" } } |
