mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:11:54 -05:00
aly/firefox/bravesearch: pull icon from CDN
This commit is contained in:
parent
d4c732ffa9
commit
cf01f0db9e
|
@ -46,7 +46,8 @@
|
||||||
|
|
||||||
"Brave" = {
|
"Brave" = {
|
||||||
definedAliases = ["!brave"];
|
definedAliases = ["!brave"];
|
||||||
icon = "${pkgs.brave}/share/icons/hicolor/24x24/apps/brave-browser.png";
|
iconUpdateURL = "https://cdn.search.brave.com/serp/v2/_app/immutable/assets/brave-search-icon.CsIFM2aN.svg";
|
||||||
|
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||||
|
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue