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/";
|
||||
desktopName = "WhatsApp";
|
||||
}
|
||||
# {
|
||||
# link = "https://www.youtube.com";
|
||||
# desktopName = "YouTube";
|
||||
# categories = [ "AudioVideo" ];
|
||||
# }
|
||||
{
|
||||
link = "https://www.youtube.com";
|
||||
desktopName = "YouTube";
|
||||
categories = [ "AudioVideo" ];
|
||||
}
|
||||
{
|
||||
link = "https://www.Tidal.com";
|
||||
desktopName = "Tidal";
|
||||
categories = [ "AudioVideo" ];
|
||||
}
|
||||
];
|
||||
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue