Skip to content

Commit

Permalink
fix: apply extension only to mail page UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lopes committed Apr 12, 2024
1 parent 7841055 commit e5e03b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"content_scripts": [
{
"matches": [
"https://mail.google.com/*"
"https://mail.google.com/mail/*"
],
"css": [
"src/style.css"
Expand Down

0 comments on commit e5e03b5

Please sign in to comment.