fix(firefox): try fixing floccus perms
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
5697267837
commit
0d63f3ecd8
3 changed files with 26 additions and 1 deletions
|
@ -11,6 +11,9 @@
|
||||||
{
|
{
|
||||||
"slug": "ttv-lol-pro"
|
"slug": "ttv-lol-pro"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"slug": "floccus"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"slug": "opera-gx-witchcraft-purple"
|
"slug": "opera-gx-witchcraft-purple"
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,28 @@
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"floccus" = buildFirefoxXpiAddon {
|
||||||
|
pname = "floccus";
|
||||||
|
version = "5.0.8";
|
||||||
|
addonId = "floccus@handmadeideas.org";
|
||||||
|
url = "https://addons.mozilla.org/firefox/downloads/file/4218289/floccus-5.0.8.xpi";
|
||||||
|
sha256 = "72c05ea95f1ec5ac3327d2060c9369e026117c17e90c7436cf124b833040e75e";
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://floccus.org";
|
||||||
|
description = "Sync your bookmarks across browsers via Nextcloud, WebDAV or Google Drive";
|
||||||
|
license = licenses.mpl20;
|
||||||
|
mozPermissions = [
|
||||||
|
"*://*/*"
|
||||||
|
"alarms"
|
||||||
|
"bookmarks"
|
||||||
|
"storage"
|
||||||
|
"unlimitedStorage"
|
||||||
|
"tabs"
|
||||||
|
"identity"
|
||||||
|
];
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
|
};
|
||||||
"google-container" = buildFirefoxXpiAddon {
|
"google-container" = buildFirefoxXpiAddon {
|
||||||
pname = "google-container";
|
pname = "google-container";
|
||||||
version = "1.5.4";
|
version = "1.5.4";
|
||||||
|
|
|
@ -192,13 +192,13 @@ in {
|
||||||
++ (with rycee.firefox-addons; [
|
++ (with rycee.firefox-addons; [
|
||||||
bitwarden
|
bitwarden
|
||||||
darkreader
|
darkreader
|
||||||
floccus
|
|
||||||
istilldontcareaboutcookies
|
istilldontcareaboutcookies
|
||||||
image-search-options
|
image-search-options
|
||||||
return-youtube-dislikes
|
return-youtube-dislikes
|
||||||
undoclosetabbutton
|
undoclosetabbutton
|
||||||
])
|
])
|
||||||
++ (with firefox-addons; [
|
++ (with firefox-addons; [
|
||||||
|
floccus
|
||||||
sound-volume
|
sound-volume
|
||||||
google-container
|
google-container
|
||||||
checkmarks-web-ext
|
checkmarks-web-ext
|
||||||
|
|
Loading…
Reference in a new issue