aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorJez Ng2012-01-22 08:35:23 -0500
committerJez Ng2012-01-22 08:35:23 -0500
commitfb99302b22ddcc7a2ecd7c21e43f3548d937701d (patch)
tree11d785450d78f4a6138fc4ad3c816990e938d89c /manifest.json
parentf1e92dfe796eb487c9cec41038d8ad7bd99242db (diff)
downloadvimium-fb99302b22ddcc7a2ecd7c21e43f3548d937701d.tar.bz2
Open URLs from the background page.
Due to permissions issues, content scripts cannot use window.open() to navigate to file:// schemes from http:// schemes. Closes #456.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 4b14f444..954d5e35 100644
--- a/manifest.json
+++ b/manifest.json
@@ -11,8 +11,7 @@
"tabs",
"bookmarks",
"clipboardRead",
- "http://*/*",
- "https://*/*"
+ "<all_urls>"
],
"content_scripts": [
{