Skip to content

Commit

Permalink
add outlook.office365.com and outlook.office.com urls to trigger the …
Browse files Browse the repository at this point in the history
…extension to load
  • Loading branch information
mihai-chezan committed Feb 21, 2019
1 parent 7ea6599 commit 411cbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": ["background.js"]
},
"content_scripts": [{
"matches": ["*://*/owa/*", "https://outlook.live.com/mail/*"],
"matches": ["*://*/owa/*", "https://outlook.live.com/mail/*", "https://outlook.office365.com/mail/*", "https://outlook.office.com/mail/*"],
"js": ["content-script.js"]
}],
"options_ui": {
Expand Down

0 comments on commit 411cbb7

Please sign in to comment.