Skip to content

Commit

Permalink
Merge pull request #624 from dannycolin/add-multi-account-containers
Browse files Browse the repository at this point in the history
Add Firefox Multi-Account Containers
  • Loading branch information
lotas authored Sep 6, 2024
2 parents 6941f0b + 67499e4 commit 8470f33
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ProjectIcon/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import RustIcon from '../../images/projectIcons/rust.svg';
import SeamonkeyIcon from '../../images/projectIcons/seamonkey.svg';
import ServoIcon from '../../images/projectIcons/servo.svg';
import TaskclusterIcon from '../../images/projectIcons/taskcluster.svg';
import MultiAccountContainersIcon from '../../images/projectIcons/multi-account-containers.svg';

export default
@withStyles((theme) => ({
Expand Down Expand Up @@ -91,6 +92,7 @@ class ProjectIcon extends Component {
case 'seamonkey': return <img height="45" src={SeamonkeyIcon} alt="Seamonkey Icon" />;
case 'servo': return <img height="45" src={ServoIcon} alt="Servo Icon" />;
case 'taskcluster': return <img height="45" src={TaskclusterIcon} alt="Taskcluster Icon" />;
case 'multi-account-containers': return <img height="45" src={MultiAccountContainersIcon} alt="Multi-Account Containers Icon" />;

default: return <WebIcon size={50} className={classes.projectIcon} />;
}
Expand Down
29 changes: 29 additions & 0 deletions src/data/multi-account-containers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Firefox Multi-Account Containers
summary: 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.
introduction: |
## About Multi-Account Containers
Firefox Multi-Account Containers lets you keep parts of your online life
separated into color-coded tabs. Cookies are separated by container,
allowing you to use the web with multiple accounts and integrate Mozilla VPN
for an extra layer of privacy.
## Contributing
Everyone is welcome to contribute to Multi-Account Containers. To learn how
to contribute a patch to Multi-Account Container, please
[read our contributing guide][contributing].
You can also chat with us on [our Matrix room][matrix] or [our forum][forum].
This repository is governed by Mozilla's code of conduct and etiquette
guidelines. For more details,
[please read the Mozilla Community Participation Guidelines][cpg].
[contributing]: https://github.com/mozilla/multi-account-containers/blob/main/CONTRIBUTING.md
[cpg]: https://www.mozilla.org/about/governance/policies/participation/
[enduser]: https://support.mozilla.org/en-US/kb/containers
[matrix]: https://matrix.to/#/#containers:mozilla.org
repositories:
- mozilla/multi-account-containers: ['help wanted', 'good first issue']
85 changes: 85 additions & 0 deletions src/images/projectIcons/multi-account-containers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8470f33

Please sign in to comment.