aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932015-04-28 13:51:25 +0100
committermrmr19932015-04-28 14:18:34 +0100
commit96b7a256d007e7faee8eb23c41bf4a46ed99dabc (patch)
tree5b710d85050f62c5e38f688580d3f0af611ee479
parentd6c257d9a4ccdd9e52851b714f3d8561145fb462 (diff)
downloadvimium-96b7a256d007e7faee8eb23c41bf4a46ed99dabc.tar.bz2
Make content_script/vimium.css web accessible (for UIComponent)
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 1d5a2df4..2cf453f8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -68,6 +68,7 @@
"default_popup": "pages/popup.html"
},
"web_accessible_resources": [
- "pages/vomnibar.html"
+ "pages/vomnibar.html",
+ "content_scripts/vimium.css"
]
}