mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
add some comments to FF extensions
This commit is contained in:
parent
8f1a04e28b
commit
5042b40cdb
|
|
@ -88,7 +88,7 @@ in {
|
||||||
# about:debugging#/runtime/this-firefox
|
# about:debugging#/runtime/this-firefox
|
||||||
ExtensionSettings = with builtins;
|
ExtensionSettings = with builtins;
|
||||||
let
|
let
|
||||||
extension = shortId: uuid: {
|
extension = shortId: uuid: { #for extensions from addons.mozilla
|
||||||
name = uuid;
|
name = uuid;
|
||||||
value = {
|
value = {
|
||||||
install_url =
|
install_url =
|
||||||
|
|
@ -96,7 +96,7 @@ in {
|
||||||
installation_mode = "normal_installed";
|
installation_mode = "normal_installed";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extension_custom = link: uuid: {
|
extension_custom = link: uuid: { # for extensions from other sources
|
||||||
name = uuid;
|
name = uuid;
|
||||||
value = {
|
value = {
|
||||||
install_url =
|
install_url =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue