Skip to content

Commit

Permalink
Rewrote styles for new Outlook update
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboa88 committed Oct 12, 2020
1 parent b38091f commit 8bc864d
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 195 deletions.
11 changes: 9 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@
"16": "16.png"
},
"content_scripts": [{
"matches": ["*://outlook.live.com/*", "*://outlook.office.com/*", "*://outlook.office365.com/*"],
"css": ["style.css"]
"matches": [
"*://outlook.live.com/*",
"*://outlook.office.com/*",
"*://outlook.office365.com/*",
"*://support.office.live.com/*"
],
"css": [
"style.css"
]
}],
"manifest_version": 2
}
Loading

0 comments on commit 8bc864d

Please sign in to comment.