factored out common code

This commit is contained in:
Will Bamberg
2015-09-14 20:21:21 -07:00
parent f912a74e00
commit 418f3bb636
3 changed files with 62 additions and 54 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"content_scripts": [
{
"matches": ["https://mdn.github.io/webextensions-examples/"],
"js": ["content-script.js"]
"js": ["insert-controls.js", "content-script.js"]
}
]
}