diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 17:36:15 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 17:36:15 -0700 |
commit | bcd34149ab120f4bd0b823fbd6ae4efadfb02e90 (patch) | |
tree | ac41a95b60d8fabe04c0999e514aaaa5db3e7c6e /ext/manifest.json | |
parent | be43981e259bc833a92b3289246c9c75189b1c45 (diff) |
Plumbing
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 e5b21268..18b37b91 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"], + "web_accessible_resources": ["fg/css/popup.css", "fg/js/popup.js"], "content_scripts": [{ "matches": ["*://*/*"], |