From 2c5eea9742144da5dc46ed50cab9dcb7a349d3b3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 11:19:23 -0700 Subject: [PATCH] Install a set of default web apps --- install/webapps.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install/webapps.sh diff --git a/install/webapps.sh b/install/webapps.sh new file mode 100644 index 0000000..bcada68 --- /dev/null +++ b/install/webapps.sh @@ -0,0 +1,5 @@ +web2app "WhatsApp" https://web.whatsapp.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/whatsapp.png +web2app "Google Photos" https://photos.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-photos.png +web2app "Google Contacts" https://contacts.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-contacts.png +web2app "ChatGPT" https://chatgpt.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/chatgpt.png +web2app "Youtube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png