Skip to content

Commit

Permalink
browser: manifest: fix manifest not matching new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
paveyry committed Apr 30, 2021
1 parent 4c6c195 commit 7b1089d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_extensions/firefox_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

"content_scripts": [
{
"matches": ["*://chat.google.com/*"],
"matches": ["*://chat.google.com/*", "*://mail.google.com/chat/*"],
"js": ["plugin.js"],
"css": ["shape.css", "color.css"]
}
Expand Down

0 comments on commit 7b1089d

Please sign in to comment.