From e5e03b5cab4842e88087333d43dc4d5c1b3e6a26 Mon Sep 17 00:00:00 2001 From: Daniel Lopes Date: Fri, 12 Apr 2024 19:01:57 +0200 Subject: [PATCH] fix: apply extension only to mail page UI --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8fe211a..0c0acad 100644 --- a/manifest.json +++ b/manifest.json @@ -28,7 +28,7 @@ "content_scripts": [ { "matches": [ - "https://mail.google.com/*" + "https://mail.google.com/mail/*" ], "css": [ "src/style.css"