First Party Isolation Firefox

Examine source code of First Party Isolation

By: freddyb
Inspect and view changes in First Party Isolation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.4.0",
  "homepage_url": "https://github.com/mozfreddyb/webext-firstpartyisolation",
  "default_locale": "en",
  "icons": {
    "48": "icons/fishbowl.svg",
    "96": "icons/fishbowl.svg"
  },
  "permissions": [
    "privacy"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/fishbowl-light.svg",
      "32": "icons/fishbowl-light.svg"
    },
    "theme_icons": [
      {
        "light": "icons/fishbowl-light.svg",
        "dark": "icons/fishbowl-light.svg",
        "size": 32
      }
    ],
    "default_title": "Click to disable First Party Isolation"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "58.0a1"
    }
  }
}

Best First Party Isolation Alternatives

Here are some Firefox add-ons that are similar to First Party Isolation: