diff options
| author | Stephen Blott | 2014-10-31 12:39:39 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-10-31 12:39:39 +0000 | 
| commit | 92f177faac3a14e41c033f4bc1ae95909e90c9ce (patch) | |
| tree | a7b40b2a2d18608a989a7921a55569da5db393e4 /manifest.json | |
| parent | a277fa6332f3aa3c0aa5f2c541f539fb1569c6b9 (diff) | |
| parent | d65f265a6ad137be0db4d8c86879e5123a10087b (diff) | |
| download | vimium-92f177faac3a14e41c033f4bc1ae95909e90c9ce.tar.bz2 | |
Merge vomnibarToPage from @mrmr1993.
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 3792458b..d52ac8f6 100644 --- a/manifest.json +++ b/manifest.json @@ -57,5 +57,8 @@    "browser_action": {      "default_icon": "icons/browser_action_disabled.png",      "default_popup": "pages/popup.html" -  } +  }, +  "web_accessible_resources": [ +    "pages/vomnibar.html" +  ]  } | 
