diff options
| author | Daniel MacDougall | 2012-08-18 23:29:52 -0700 | 
|---|---|---|
| committer | Daniel MacDougall | 2012-08-18 23:29:52 -0700 | 
| commit | 038ae30e4275aa5b59d84833f2cdca38a40bfc71 (patch) | |
| tree | f6e9965098f1399b7cc46883ae1563741d381c27 /manifest.json | |
| parent | a3fb35be007a44e5ba35e5ee9d75af3634bf5dac (diff) | |
| download | vimium-038ae30e4275aa5b59d84833f2cdca38a40bfc71.tar.bz2 | |
Re-enable browser action with new icons
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 6 | 
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" +  }  }  | 
