Profile Switcher for Firefox Firefox

Examine source code of Profile Switcher for Firefox

By: nulldev
Inspect and view changes in Profile Switcher for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Profile Switcher for Firefox",
  "version": "1.3.1",
  "description": "Create, manage and switch between browser profiles seamlessly.",
  "homepage_url": "https://github.com/null-dev/firefox-profile-switcher",
  "permissions": [
    "storage",
    "nativeMessaging",
    "tabs"
  ],
  "icons": {
    "48": "img/icon.svg",
    "96": "img/icon.svg"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/icon.svg",
    "default_title": "Switch profile",
    "default_popup": "js/popup/index.html"
  },
  "background": {
    "page": "js/background/index.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+U"
      },
      "description": "Open Profile Switcher Addon"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "profile-switcher-ff@nd.ax"
    }
  }
}

Best Profile Switcher for Firefox Alternatives

Here are some Firefox add-ons that are similar to Profile Switcher for Firefox: