fix manifest

This commit is contained in:
Oliver Blanthorn 2017-07-16 16:42:55 +01:00
parent 87fc6b5cf1
commit 32491df069
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -5,13 +5,13 @@
"version": "1.0",
"background" : {
"scripts": ["main.js", "exStrParser.js", "funcParser.js"]
"scripts": ["main.js"]
},
"content_scripts": [
{
"matches":["<all_urls>"],
"js":["content.js", "link_hinting.js"]
"js":["content.js"]
}
],