aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorDaniel MacDougall2012-03-28 02:01:24 -0700
committerDaniel MacDougall2012-03-28 02:13:42 -0700
commit2d92b45b28146e1ea46f87038827027ce1e00b51 (patch)
treecf6dbf075e64e92c2e67a8715d33218e4286d6f5 /manifest.json
parenta26c50d33493782ec6cb19cbec9c12e5e48a0f8f (diff)
downloadvimium-2d92b45b28146e1ea46f87038827027ce1e00b51.tar.bz2
Add browser icon that displays enabled/disabled state
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 085caaed..31b9e976 100644
--- a/manifest.json
+++ b/manifest.json
@@ -29,5 +29,8 @@
"run_at": "document_start",
"all_frames": true
}
- ]
+ ],
+ "browser_action": {
+ "default_icon": "icons/icon48disabled.png"
+ }
}