diff options
| author | Daniel MacDougall | 2012-03-28 02:01:24 -0700 | 
|---|---|---|
| committer | Daniel MacDougall | 2012-03-28 02:13:42 -0700 | 
| commit | 2d92b45b28146e1ea46f87038827027ce1e00b51 (patch) | |
| tree | cf6dbf075e64e92c2e67a8715d33218e4286d6f5 /manifest.json | |
| parent | a26c50d33493782ec6cb19cbec9c12e5e48a0f8f (diff) | |
| download | vimium-2d92b45b28146e1ea46f87038827027ce1e00b51.tar.bz2 | |
Add browser icon that displays enabled/disabled state
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 5 | 
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" +  }  }  | 
