aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorStephen Blott2014-10-31 12:39:39 +0000
committerStephen Blott2014-10-31 12:39:39 +0000
commit92f177faac3a14e41c033f4bc1ae95909e90c9ce (patch)
treea7b40b2a2d18608a989a7921a55569da5db393e4 /manifest.json
parenta277fa6332f3aa3c0aa5f2c541f539fb1569c6b9 (diff)
parentd65f265a6ad137be0db4d8c86879e5123a10087b (diff)
downloadvimium-92f177faac3a14e41c033f4bc1ae95909e90c9ce.tar.bz2
Merge vomnibarToPage from @mrmr1993.
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 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"
+ ]
}