We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c70a29 commit fa162acCopy full SHA for fa162ac
1 file changed
public/base.manifest.json
@@ -9,7 +9,7 @@
9
"host_permissions": ["https://*.hackertab.dev/*"],
10
"content_scripts": [
11
{
12
- "matches": ["http://127.0.0.1:5173/*", "http://localhost:5173/*", "https://hackertab.dev/*"],
+ "matches": ["https://hackertab.dev/*"],
13
"run_at": "document_start",
14
"js": ["content.js"]
15
}
0 commit comments