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