diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index f293dd7..68f6489 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,6 @@ "content_scripts": [{ "matches": ["<all_urls>"], - "js": ["peniquitous.js"] + "js": ["lib/mousetrap/tests/libs/key-event.js", "peniquitous.js"] }] } |