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 +}