fix(manifest): content script matches

This commit is contained in:
wanhose 2020-04-19 16:44:46 +02:00 committed by wanhose
parent 2df71833ef
commit aa82d6fa03

View File

@ -6,7 +6,7 @@
{ {
"all_frames": true, "all_frames": true,
"js": ["js/content.js"], "js": ["js/content.js"],
"matches": ["<all_urls>"] "matches": ["*://*/*"]
} }
], ],
"icons": { "icons": {