MultiAccountContainerSpecial Firefox

Examine source code of MultiAccountContainerSpecial

Inspect and view changes in MultiAccountContainerSpecial source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MultiAccountContainerSpecial",
  "version": "1.1",
  "incognito": "not_allowed",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "img/multiaccountcontainer-16.svg",
    "96": "img/multiaccountcontainer-16.svg"
  },
  "homepage_url": "https://github.com/mozilla/multi-account-containers#readme",
  "permissions": [
    "<all_urls>",
    "activeTab",
    "cookies",
    "contextMenus",
    "contextualIdentities",
    "history",
    "idle",
    "management",
    "storage",
    "unlimitedStorage",
    "tabs",
    "webRequestBlocking",
    "webRequest"
  ],
  "optional_permissions": [
    "bookmarks",
    "browsingData",
    "nativeMessaging",
    "proxy"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{a1ffa6bc-d87e-467a-b3cd-585c9057f7eb}"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Period",
        "mac": "MacCtrl+Period"
      },
      "description": "__MSG_openContainerPanel__"
    },
    "sort_tabs": {
      "suggested_key": {
        "default": "Ctrl+Comma",
        "mac": "MacCtrl+Comma"
      },
      "description": "__MSG_sortTabsByContainer__"
    },
    "open_container_0": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_1": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_2": {
      "suggested_key": {
        "default": "Ctrl+Shift+3"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_3": {
      "suggested_key": {
        "default": "Ctrl+Shift+4"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_4": {
      "suggested_key": {
        "default": "Ctrl+Shift+5"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_5": {
      "suggested_key": {
        "default": "Ctrl+Shift+6"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_6": {
      "suggested_key": {
        "default": "Ctrl+Shift+7"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_7": {
      "suggested_key": {
        "default": "Ctrl+Shift+8"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_8": {
      "suggested_key": {
        "default": "Ctrl+Shift+9"
      },
      "description": "__MSG_containerShortcut__"
    },
    "open_container_9": {
      "suggested_key": {
        "default": "Ctrl+Shift+0"
      },
      "description": "__MSG_containerShortcut__"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/multiaccountcontainer-16.svg",
    "default_title": "Firefox Multi-Account Containers Special Version",
    "default_popup": "popup.html",
    "default_area": "navbar",
    "theme_icons": [
      {
        "light": "img/multiaccountcontainer-16.svg",
        "dark": "img/multiaccountcontainer-16.svg",
        "size": 32
      }
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_icon": "img/container-openin-16.svg",
    "default_title": "__MSG_alwaysOpenSiteInContainer__",
    "default_popup": "pageActionPopup.html",
    "pinned": false,
    "show_matches": [
      "*://*/*"
    ]
  },
  "background": {
    "page": "js/background/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    "/img/multiaccountcontainer-16.svg",
    "/img/container-blue-16.png",
    "/img/container-green-16.png",
    "/img/container-red-16.png",
    "/img/container-yellow-16.png",
    "/img/container-purple-16.png",
    "/img/container-orange-16.png",
    "/img/container-turquoise-16.png",
    "/img/container-pink-16.png",
    "/img/container-grey-16.png",
    "/img/container-darkblue-16.png",
    "/img/container-blue-red-16.png",
    "/img/container-blue-green-16.png",
    "/img/container-blue-yellow-16.png",
    "/img/container-green-red-16.png",
    "/img/container-green-yellow-16.png",
    "/img/container-red-yellow-16.png",
    "/img/container-purple-orange-16.png",
    "/img/container-turquoise-pink-16.png",
    "/img/container-grey-darkblue-16.png",
    "/img/container-orange-pink-16.png",
    "/img/blank-tab-16.png"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

Best MultiAccountContainerSpecial Alternatives

Here are some Firefox add-ons that are similar to MultiAccountContainerSpecial: