diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-14 20:36:00 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-14 20:36:00 -0700 |
commit | 5f74c473cef4564ad2040d9211f70b4f0ac048f1 (patch) | |
tree | fc1edf0dede7b783eb0de5b4eece24ba13e6ec43 /ext/manifest.json | |
parent | ba3e0c65327bae982001d2d2f83ece2650ae3687 (diff) |
Switch to iframe
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 11d00e5d..e5b21268 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -17,9 +17,10 @@ } }, - "background": {"page": "bg/background.html"}, - "options_page": "bg/options.html", - "permissions": ["storage"], + "background": {"page": "bg/background.html"}, + "options_page": "bg/options.html", + "permissions": ["storage"], + "web_accessible_resources": ["fg/css/popup.css"], "content_scripts": [{ "matches": ["*://*/*"], |