We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038a15b commit 2a78823Copy full SHA for 2a78823
src/extension/build/manifest.json
@@ -14,7 +14,7 @@
14
},
15
"content_scripts": [
16
{
17
- "matches": ["http://localhost/*", "<all_urls>"],
+ "matches": ["http://localhost/*"],
18
"js": ["bundles/content.bundle.js"]
19
}
20
],
0 commit comments