Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
Find a file
2017-12-05 19:06:13 +00:00
bin fix #162: bin/build-addon.sh automates txp deploys 2017-02-22 17:20:37 -08:00
data Add styles for 55+56 versions of Firefox so everyone gets a consistent underline. Fixes #779 2017-08-31 11:58:03 -07:00
docs Name change. Fixes #763 2017-09-01 15:16:56 -07:00
src Move to a Web Extension only. Fixes #1005 2017-12-05 19:06:13 +00:00
.env update README to be current 2017-01-05 16:40:25 -06:00
.eslintignore Remove legacy telemetry code as non functional now 2017-08-15 19:30:57 +01:00
.eslintrc.js Remove legacy telemetry code as non functional now 2017-08-15 19:30:57 +01:00
.gitignore Move to a Web Extension only. Fixes #1005 2017-12-05 19:06:13 +00:00
.htmllintrc Adding in CSS and HTML linting. Fixes 72 2017-01-30 16:02:26 +00:00
.jpmignore ignore all *.sw* files for jpm and git 2017-11-17 09:59:29 -06:00
.stylelintrc Move to a Web Extension only. Fixes #1005 2017-12-05 19:06:13 +00:00
.travis.yml add irc notifications for Travis CI builds 2017-03-06 20:30:04 +00:00
CODE_OF_CONDUCT.md Add a code of conduct and contributing file. 2017-06-23 14:22:26 +01:00
CONTRIBUTING.md Add a code of conduct and contributing file. 2017-06-23 14:22:26 +01:00
icon.png for #5: start browser action UI 2016-12-20 11:05:37 -06:00
LICENSE.txt License added 2017-01-13 11:48:01 +01:00
package.json Move to a Web Extension only. Fixes #1005 2017-12-05 19:06:13 +00:00
README.md Move to a Web Extension only. Fixes #1005 2017-12-05 19:06:13 +00:00

Multi-Account Containers

The Firefox Multi-Account Containers extension lets you carve out a separate box for each of your online lives no more opening a different browser just to check your work email! Learn More Here

Available on addons.mozilla.org

For more info, see:

Requirements

  • node 7+ (for jpm)
  • Firefox 57+

Development

  1. Install web-ext with npm
  2. cd src; web-ext run -f Nightly

Testing

TBD

Distributing

Make the new version

  1. Bump the version number in package.json and manifest.json
  2. Commit the version number bump
  3. Create a git tag for the version: git tag <version>
  4. Push the tag up to GitHub: git push --tags

Publish to AMO

While the add-on is an Embedded Web Extension, we have to use the Mozilla Internal Signing Service to sign it as a Mozilla extension exempt from AMO's Web Extension restrictions.

So, to distribute the add-on to AMO:

  1. Use jpm xpi to build the .xpi file
  2. Submit the .xpi to the Internal Signing Service and download the signed .xpi
  3. Upload the signed .xpi file to AMO

Publish to GitHub

Finally, we also publish the release to GitHub for those followers.

  1. Make the new release on GitHub
    • Use the version number for "Tag version" and "Release title"
    • Release notes: copy the output of git log --no-merges --pretty=format:"%h %s" <previous-version>..<new-version>
    • Attach binaries: select the signed .xpi file

Facebook & Twitter icons CC-Attrib http://fairheadcreative.com.