Skip to content

Commit

Permalink
fix: extension not working with localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulia Ye committed Jul 31, 2024
1 parent 33875af commit b6f660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const sharedManifest: Partial<chrome.runtime.ManifestBase> = {
{
js: ["src/entries/contentScript/primary/main.ts"],
matches: [
"http://localhost:3000/*",
"http://localhost/*",
"http://calc-local.vitesicure.it/*",
"https://calc-dev.vitesicure.it/*",
"https://calc-staging.vitesicure.it/*",
Expand Down

0 comments on commit b6f660e

Please sign in to comment.