From 599740d677b6ef85fc8e67733b407720af93e1c2 Mon Sep 17 00:00:00 2001 From: Nova <69091361+qzxtu@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:41:33 -0500 Subject: [PATCH] Update manifest.json --- manifest.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 8dfe284..23ff00b 100644 --- a/manifest.json +++ b/manifest.json @@ -11,9 +11,12 @@ "permissions":[], "content_scripts": [ { - "matches": [""], - "js": ["unlimited.js"], - "css": [] + "matches": [ + "*://www.bing.com/search*", + "https://copilot.microsoft.com/*" + ], + "js": ["unlimited.js"], + "css": [] } ], "host_permissions": ["https://*/*"], @@ -22,4 +25,4 @@ }, "author":"Qzxtu", "homepage_url":"https://github.com/qzxtu" -} \ No newline at end of file +}