{
  "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/*",
        "*://outlook.cloud.microsoft/*"
      ]
    }
  },
  "interventions": [
    {
      "platforms": ["desktop"],
      "content_scripts": {
        "all_frames": true,
        "js": ["deduplicate_registerProtocolHandler.js"]
      }
    }
  ]
}
