diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-29 09:36:54 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-29 09:36:54 -0800 |
commit | c185125e9f558faa765a8b185bfe6d6e6ec8148b (patch) | |
tree | 263cc776551a875dec4c8ce3cb681a0be7497a41 /ext/manifest.json | |
parent | 1e6feff20720685ba7ec4d8e295b0103a78209c6 (diff) |
fixing ankiweb breakage (resolves #26)
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 1b407bcb..6320e072 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -24,7 +24,14 @@ "options_ui": { "page": "bg/options.html" }, - "permissions": ["file://*/*", "http://127.0.0.1/*", "storage"], + "permissions": [ + "webRequest", + "webRequestBlocking", + "file://*", + "http://127.0.0.1/*", + "https://ankiweb.net/*", + "storage" + ], "web_accessible_resources": [ "fg/css/frame.css", "fg/img/add_kanji.png", |