diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-23 22:22:58 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-23 22:22:58 -0700 |
commit | 4b46a2988b690379c2833eea23c30e9a8db040c1 (patch) | |
tree | b663501af68a620f65cead19a7f228815315e459 /ext/manifest.json | |
parent | 896cd7960cf80357cf812371fd1d918ccb30939b (diff) |
Get rid of flicker
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 4e61e5c1..b454fd97 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -20,7 +20,7 @@ "background": {"page": "bg/background.html"}, "options_page": "bg/options.html", "permissions": ["storage"], - "web_accessible_resources": ["fg/css/popup.css", "fg/js/popup.js"], + "web_accessible_resources": ["fg/css/popup.css"], "content_scripts": [{ "matches": ["*://*/*"], |