Source code

Revision control

Copy as Markdown

Other Tools

{
"label": "Office 365 email handling prompt",
"bugs": {
"1709653": {
"issue": "user-interface-frustration",
"matches": [
"*://*.live.com/*",
"*://*.office.com/*",
"*://*.office365.com/*",
"*://*.office365.us/*",
"*://*.outlook.cn/*",
"*://*.outlook.com/*",
"*://*.sharepoint.com/*"
]
}
},
"interventions": [
{
"platforms": ["desktop"],
"content_scripts": {
"all_frames": true,
"js": ["bug1889326-office365-email-handling-prompt-autohide.js"]
}
}
]
}