From 54342daa2c69c116f3002939fd6e2e0c8cfd51cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20R=C3=A8gne?= Date: Fri, 12 Jan 2024 17:00:15 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Afficher=20l'ic=C3=B4ne=20seulement=20su?= =?UTF-8?q?r=20les=20bonnes=20pages.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index d6b57e2..4ac94f5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,7 +11,7 @@ "page_action": { "default_icon": "img/icon.svg", "default_title": "__MSG_manifestPageActionTitle__", - "show_matches": ["https://www.google.com/maps/dir/*"] + "show_matches": ["https://www.google.com/maps/dir/*/*/*/am=t/*"] }, "default_locale": "fr", "description": "__MSG_manifestDescription__",