Add local permissions

This commit is contained in:
Alex Yatskov 2016-07-24 10:59:37 -07:00
parent e75d00f25b
commit 25580a3e02

View File

@ -10,7 +10,7 @@
"author": "Alex Yatskov", "author": "Alex Yatskov",
"background": {"page": "bg/background.html"}, "background": {"page": "bg/background.html"},
"content_scripts": [{ "content_scripts": [{
"matches": ["*://*/*"], "matches": ["*://*/*", "file://*/*"],
"js": [ "js": [
"fg/js/source-range.js", "fg/js/source-range.js",
"fg/js/source-image.js", "fg/js/source-image.js",
@ -25,7 +25,7 @@
"options_ui": { "options_ui": {
"page": "bg/options.html" "page": "bg/options.html"
}, },
"permissions": ["*://127.0.0.1/*", "storage"], "permissions": ["file://*/*", "http://127.0.0.1/*", "storage"],
"web_accessible_resources": [ "web_accessible_resources": [
"fg/css/frame.css", "fg/css/frame.css",
"fg/img/add_kanji.png", "fg/img/add_kanji.png",