Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fl2on authored Feb 29, 2024
1 parent 090a8dc commit 599740d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
"permissions":[],
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["unlimited.js"],
"css": []
"matches": [
"*://www.bing.com/search*",
"https://copilot.microsoft.com/*"
],
"js": ["unlimited.js"],
"css": []
}
],
"host_permissions": ["https://*/*"],
Expand All @@ -22,4 +25,4 @@
},
"author":"Qzxtu",
"homepage_url":"https://github.com/qzxtu"
}
}

0 comments on commit 599740d

Please sign in to comment.