This commit is contained in:
parent
696c2deebf
commit
92d7df0f11
10 changed files with 61 additions and 306 deletions
scopedPackages/firefox-addons
|
@ -6,9 +6,6 @@
|
|||
"pname": "bitwarden",
|
||||
"slug": "bitwarden-password-manager"
|
||||
},
|
||||
{
|
||||
"slug": "checkmarks-web-ext"
|
||||
},
|
||||
{
|
||||
"slug": "darkreader"
|
||||
},
|
||||
|
@ -31,9 +28,6 @@
|
|||
"shortName": "mpl11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"slug": "opera-gx-witchcraft-purple"
|
||||
},
|
||||
{
|
||||
"slug": "return-youtube-dislikes"
|
||||
},
|
||||
|
|
|
@ -39,24 +39,4 @@
|
|||
inherit buildFirefoxXpiAddon fetchurl lib stdenv;
|
||||
};
|
||||
in
|
||||
lib.makeScope pkgs.newScope (
|
||||
_:
|
||||
packages
|
||||
// {
|
||||
inherit buildFirefoxXpiAddon;
|
||||
|
||||
seventv = buildFirefoxXpiAddon {
|
||||
pname = "frankerfacez";
|
||||
version = "4.0";
|
||||
addonId = "frankerfacez@frankerfacez.com";
|
||||
url = "https://cdn.frankerfacez.com/script/frankerfacez-4.0-an+fx.xpi";
|
||||
sha256 = "sha256-U/yAra2c+RlGSaQtHfBz9XYsoDaJ67gmPJBsFrpqoE8=";
|
||||
meta = with lib; {
|
||||
homepage = "https://www.frankerfacez.com/";
|
||||
description = "The Twitch Enhancement Suite. Get custom emotes and tons of new features you'll never want to go without.";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
}
|
||||
)
|
||||
lib.makeScope pkgs.newScope (_: packages // {inherit buildFirefoxXpiAddon;})
|
||||
|
|
|
@ -56,29 +56,6 @@
|
|||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
"checkmarks-web-ext" = buildFirefoxXpiAddon {
|
||||
pname = "checkmarks-web-ext";
|
||||
version = "1.6.1";
|
||||
addonId = "{bd97f89b-17ba-4539-9fec-06852d07f917}";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/3594420/checkmarks_web_ext-1.6.1.xpi";
|
||||
sha256 = "c3ccf4b302ee96c9b883c4a1f7d26395ab4e276b976cab2d65c9cd898964e4f0";
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/tanwald/checkmarks";
|
||||
description = "Checks, sorts, formats bookmarks and loads favicons.";
|
||||
license = licenses.gpl3;
|
||||
mozPermissions = [
|
||||
"<all_urls>"
|
||||
"bookmarks"
|
||||
"browsingData"
|
||||
"storage"
|
||||
"tabs"
|
||||
"webNavigation"
|
||||
"webRequest"
|
||||
"webRequestBlocking"
|
||||
];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
"darkreader" = buildFirefoxXpiAddon {
|
||||
pname = "darkreader";
|
||||
version = "4.9.103";
|
||||
|
@ -201,19 +178,6 @@
|
|||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
"opera-gx-witchcraft-purple" = buildFirefoxXpiAddon {
|
||||
pname = "opera-gx-witchcraft-purple";
|
||||
version = "2.0";
|
||||
addonId = "{bf197856-a3c2-4280-84c5-9b556379b706}";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/3522842/opera_gx_witchcraft_purple-2.0.xpi";
|
||||
sha256 = "aa3c6377b8571c42a3988de042694be70ec6a250a9aea7ae1cc262acdc9374eb";
|
||||
meta = with lib; {
|
||||
description = "inspired by Opera GX";
|
||||
license = licenses.cc-by-sa-30;
|
||||
mozPermissions = [];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
"return-youtube-dislikes" = buildFirefoxXpiAddon {
|
||||
pname = "return-youtube-dislikes";
|
||||
version = "3.0.0.18";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue