Discord Container

Discord Container

Discord Container isolates your Discord activity from the rest of your web activity in order to prevent Discord from tracking you outside of Discord's websites via third-party cookies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Discord Container",
  "version": "1.0.0",
  "incognito": "not_allowed",
  "description": "Discord Container isolates your Google activity from the rest of your web activity in order to prevent Google from tracking you outside of the Google website via third party cookies.",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "@contain-discord",
      "strict_min_version": "57.0"
    }
  },
  "homepage_url": "https://github.com/containers-everywhere/contain-google",
  "permissions": [
    "<all_urls>",
    "contextualIdentities",
    "cookies",
    "management",
    "tabs",
    "webRequestBlocking",
    "webRequest",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}