add some comments to FF extensions

This commit is contained in:
Your Name 2024-03-24 21:01:35 +03:00
parent 8f1a04e28b
commit 5042b40cdb

View file

@ -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 =