Skip to content

Commit ea6d19d

Browse files
some other changes
1 parent 7878aec commit ea6d19d

File tree

6 files changed

+414
-429
lines changed

6 files changed

+414
-429
lines changed

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"content_scripts": [
2121
{
2222
"matches": [
23-
"*://groups.google.com/forum/*",
23+
"*://groups.google.com/forum/*",
2424
"*://groups.google.com/g/*",
2525
"*://groups.google.com/u/*/g/*",
2626
"*://mail.google.com/*",
2727
"*://outlook.live.com/*",
2828
"*://outlook.office.com/*",
29-
"*://mail.yahoo.com/*"
29+
"*://mail.yahoo.com/*"
3030
],
3131
"js": [
3232
"scripts/browser-polyfill.js",

src/scripts/background.js

Whitespace-only changes.

src/scripts/browser-polyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if (typeof browser === "undefined") {
44
if (typeof chrome !== "undefined") {
55
var browser = chrome;
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)