From b6f660ed981e528a644387958f2cb50d083210fb Mon Sep 17 00:00:00 2001 From: Giulia Ye Date: Wed, 31 Jul 2024 12:36:04 +0200 Subject: [PATCH] fix: extension not working with localhost --- src/manifest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.ts b/src/manifest.ts index 77444fa..a3c25a6 100644 --- a/src/manifest.ts +++ b/src/manifest.ts @@ -6,7 +6,7 @@ const sharedManifest: Partial = { { 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/*",