Skip to content

Commit 9d2932d

Browse files
committed
feat: Simplify content script matches in base manifest
1 parent 8c7c972 commit 9d2932d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

public/base.manifest.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
"host_permissions": ["https://*.hackertab.dev/*"],
1010
"content_scripts": [
1111
{
12-
"matches": [
13-
"http://127.0.0.1:5173/*",
14-
"http://localhost:5173/*",
15-
"https://hackertab.dev/*",
16-
"http://localhost:5173/*",
17-
"https://hackertab-staging.deno.dev/*"
18-
],
12+
"matches": ["http://127.0.0.1:5173/*", "http://localhost:5173/*", "https://hackertab.dev/*"],
1913
"run_at": "document_start",
2014
"js": ["content.js"]
2115
}

0 commit comments

Comments
 (0)