fix: add outlook.cloud.microsoft URL pattern, fix toggle switch clickability
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"permissions": ["storage", "activeTab"],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://outlook.office.com/*", "https://outlook.office365.com/*"],
|
||||
"matches": ["https://outlook.office.com/*", "https://outlook.office365.com/*", "https://outlook.cloud.microsoft/*"],
|
||||
"css": ["themes/base.css"],
|
||||
"js": [
|
||||
"content/settings-defaults.js",
|
||||
@@ -36,7 +36,7 @@
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": ["themes/*.css"],
|
||||
"matches": ["https://outlook.office.com/*", "https://outlook.office365.com/*"]
|
||||
"matches": ["https://outlook.office.com/*", "https://outlook.office365.com/*", "https://outlook.cloud.microsoft/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user