Skip to content

Commit 2a78823

Browse files
committed
removed all urls matches for content scripts in chrome manifest
1 parent 038a15b commit 2a78823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"content_scripts": [
1616
{
17-
"matches": ["http://localhost/*", "<all_urls>"],
17+
"matches": ["http://localhost/*"],
1818
"js": ["bundles/content.bundle.js"]
1919
}
2020
],

0 commit comments

Comments
 (0)