Skip to content

Commit

Permalink
chore: update manifest.json to include new URL patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Teygeta committed May 28, 2024
1 parent 6ed1ed0 commit 7f391a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"content_scripts": [
{
"matches": [
"https://github.com/*"
"https://github.com/*/compare/*",
"https://github.com/*/pull/*"
],
"exclude_matches": [
"https://*/login/*"
Expand Down

0 comments on commit 7f391a1

Please sign in to comment.