Amazon isolated container Firefox

Examine source code of Amazon isolated container

Inspect and view changes in Amazon isolated container source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Amazon Container",
  "version": "1.0.2",
  "incognito": "not_allowed",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "/img/icon.svg",
    "96": "/img/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "amazon-container@programmer584",
      "strict_min_version": "67.0"
    }
  },
  "homepage_url": "https://github.com/programmer584/firefox-amazon-container",
  "browser_action": {
    "browser_style": true,
    "default_icon": "/img/abc-icon-dark.svg",
    "default_title": "Amazon Container",
    "theme_icons": [
      {
        "light": "/img/abc-icon.svg",
        "dark": "/img/abc-icon-dark.svg",
        "size": 16
      },
      {
        "light": "/img/abc-icon.svg",
        "dark": "/img/abc-icon-dark.svg",
        "size": 32
      }
    ]
  },
  "permissions": [
    "<all_urls>",
    "browsingData",
    "contextualIdentities",
    "cookies",
    "management",
    "storage",
    "tabs",
    "webRequestBlocking",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "psl.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_script.css"
      ]
    }
  ]
}

Best Amazon isolated container Alternatives

Here are some Firefox add-ons that are similar to Amazon isolated container: