diff options
| author | Jez Ng | 2012-01-22 08:35:23 -0500 | 
|---|---|---|
| committer | Jez Ng | 2012-01-22 08:35:23 -0500 | 
| commit | fb99302b22ddcc7a2ecd7c21e43f3548d937701d (patch) | |
| tree | 11d785450d78f4a6138fc4ad3c816990e938d89c /manifest.json | |
| parent | f1e92dfe796eb487c9cec41038d8ad7bd99242db (diff) | |
| download | vimium-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.json | 3 | 
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": [      {  | 
