diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 538d1d37..2f1a2b58 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -11,7 +11,7 @@ "content_scripts": [{ "matches": ["*://*/*"], - "js": ["api.js", "util.js", "client.js"], - "css": ["client.css"] + "js": ["js/api.js", "js/util.js", "js/client.js"], + "css": ["css/client.css"] }] } |