From 1ef78d06ae34019db951c11a4449a5a2aa92e490 Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Mon, 17 Feb 2025 15:12:12 +1000 Subject: [PATCH] Update Added webapps file --- varg-webapps.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 varg-webapps.json diff --git a/varg-webapps.json b/varg-webapps.json new file mode 100644 index 0000000..35f0a20 --- /dev/null +++ b/varg-webapps.json @@ -0,0 +1,39 @@ +{ + "WebAppInstallForceList": [ + { + "create_desktop_shortcut": true, + "fallback_app_name": "Hoarder", + "default_launch_container": "window", + "url": "https://bookmarks.tcmeta.net", + "custom_icon": { + "hash": "19f1cf77290b1461534c9f934cbea0d3481c4cf99ebebf385789532d54266279", + "url": "https://github.com/walkxcode/dashboard-icons/raw/refs/heads/main/svg/hoarder.svg" + } + }, + { + "create_desktop_shortcut": true, + "fallback_app_name": "HomeBox", + "default_launch_container": "window", + "url": "https://home.kk.tcmeta.net", + "custom_icon": { + "hash": "504e7780c5b1f3de6b93df4fe697c62e1f0866c0864fff691bf2a97902f1dd18", + "url": "https://github.com/sysadminsmedia/homebox/raw/main/docs/public/lilbox.svg" + } + }, + { + "create_desktop_shortcut": true, + "default_launch_container": "window", + "url": "https://it-tools.tech/" + }, + { + "create_desktop_shortcut": true, + "default_launch_container": "window", + "url": "https://cook.tcmeta.net" + }, + { + "create_desktop_shortcut": true, + "default_launch_container": "window", + "url": "https://messages.google.com/web/" + } + ] +} \ No newline at end of file