[Packages/Firefox] Add Grammalecte extension

This commit is contained in:
Antoine Viallon 2022-04-30 16:19:49 +02:00
parent 23e11dd2c2
commit 3a399de728
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -57,6 +57,7 @@ in pkgs.wrapFirefox pkgs.firefox-esr-unwrapped {
Extensions = { Extensions = {
Install = [ Install = [
"uBlock0@raymondhill.net" "uBlock0@raymondhill.net"
"French-GC@grammalecte.net"
]; ];
}; };
ExtensionSettings = { ExtensionSettings = {
@ -64,6 +65,10 @@ in pkgs.wrapFirefox pkgs.firefox-esr-unwrapped {
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
}; };
"French-GC@grammalecte.net" = {
installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/grammalecte-fr/latest.xpi";
};
}; };
ExtensionUpdate = true; ExtensionUpdate = true;
}; };