Microsoft Container

Microsoft Container

Microsoft Container isolates your Microsoft activity from the rest of your web activity in order to prevent Microsoft from tracking you outside of the Microsoft website via third party cookies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Microsoft Container",
  "version": "1.5.4",
  "description": "Microsoft Container isolates your Microsoft activity from the rest of your web activity in order to prevent Microsoft from tracking you outside of the Microsoft website via third party cookies.",
  "icons": {
    "48": "icon.png",
    "96": "[email protected]"
  },
  "applications": {
    "gecko": {
      "id": "@contain-microsoft-jschenke",
      "strict_min_version": "57.0"
    }
  },
  "homepage_url": "https://github.com/jschenke488/contain-microsoft",
  "permissions": [
    "<all_urls>",
    "contextualIdentities",
    "cookies",
    "management",
    "tabs",
    "webRequestBlocking",
    "webRequest",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}