Webapps: youtube and tidal
This commit is contained in:
parent
f481a45a5d
commit
611a3e2893
1 changed files with 10 additions and 5 deletions
|
|
@ -95,11 +95,16 @@ let
|
||||||
link = "https://web.whatsapp.com/";
|
link = "https://web.whatsapp.com/";
|
||||||
desktopName = "WhatsApp";
|
desktopName = "WhatsApp";
|
||||||
}
|
}
|
||||||
# {
|
{
|
||||||
# link = "https://www.youtube.com";
|
link = "https://www.youtube.com";
|
||||||
# desktopName = "YouTube";
|
desktopName = "YouTube";
|
||||||
# categories = [ "AudioVideo" ];
|
categories = [ "AudioVideo" ];
|
||||||
# }
|
}
|
||||||
|
{
|
||||||
|
link = "https://www.Tidal.com";
|
||||||
|
desktopName = "Tidal";
|
||||||
|
categories = [ "AudioVideo" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue