Firefox: install and configure containers extension
This commit is contained in:
parent
35f9aaca7d
commit
f7a528a94f
1 changed files with 34 additions and 0 deletions
|
|
@ -66,6 +66,10 @@
|
|||
installation_mode = "normal_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/sponsorblock/latest.xpi";
|
||||
};
|
||||
"@testpilot-containers" = {
|
||||
installation_mode = "normal_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi";
|
||||
};
|
||||
};
|
||||
Preferences = {
|
||||
"general.smoothScroll.msdPhysics.enabled" = {
|
||||
|
|
@ -76,6 +80,11 @@
|
|||
Value = true;
|
||||
Status = "default";
|
||||
};
|
||||
# This should be set automatically, but it isn't for some reason
|
||||
"extensions.webextensions.ExtensionStorageIDB.enabled" = {
|
||||
Value = false;
|
||||
Status = "locked";
|
||||
};
|
||||
};
|
||||
};
|
||||
programs.firefox.profiles = {
|
||||
|
|
@ -83,6 +92,31 @@
|
|||
name = "Personal";
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
containersForce = true;
|
||||
containers = {
|
||||
work = {
|
||||
name = "Work";
|
||||
id = 1;
|
||||
icon = "briefcase";
|
||||
color = "green";
|
||||
};
|
||||
};
|
||||
extensions.force = true;
|
||||
extensions.settings = {
|
||||
"@testpilot-containers".settings = {
|
||||
onboarding-stage = 8;
|
||||
"siteContainerMap@@_teams.microsoft.com" = {
|
||||
userContextId = "1";
|
||||
neverAsk = false;
|
||||
identityMacAddonUUID = "b50e5b1e-6f3b-4245-8eac-5654d889156e";
|
||||
};
|
||||
"siteContainerMap@@_outlook.office.com" = {
|
||||
userContextId = "1";
|
||||
neverAsk = false;
|
||||
identityMacAddonUUID = "b50e5b1e-6f3b-4245-8eac-5654d889156e";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue