aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorDaniel MacDougall2012-08-18 23:29:52 -0700
committerDaniel MacDougall2012-08-18 23:29:52 -0700
commit038ae30e4275aa5b59d84833f2cdca38a40bfc71 (patch)
treef6e9965098f1399b7cc46883ae1563741d381c27 /manifest.json
parenta3fb35be007a44e5ba35e5ee9d75af3634bf5dac (diff)
downloadvimium-038ae30e4275aa5b59d84833f2cdca38a40bfc71.tar.bz2
Re-enable browser action with new icons
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 5c451700..f872660d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -39,5 +39,9 @@
"run_at": "document_start",
"all_frames": true
}
- ]
+ ],
+ "browser_action": {
+ "default_icon": "icons/browser_action_disabled.png",
+ "default_popup": "popup.html"
+ }
}