aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 161bdb30..181c8739 100644
--- a/manifest.json
+++ b/manifest.json
@@ -15,7 +15,8 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
- "js": ["lib/keyboardUtils.js",
+ "js": ["lib/utils.js",
+ "lib/keyboardUtils.js",
"lib/clipboard.js",
"linkHints.js",
"vimiumFrontend.js"