Fix content_scripts 'matches' property

This commit is contained in:
Will Bamberg
2017-10-10 12:14:30 -07:00
parent 36f5187235
commit 292c0c7df0

View File

@@ -22,7 +22,7 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"matches": ["https://mdn.github.io/webextensions-examples/export-helpers.html"],
"js": ["content_scripts/export.js"]
}
],