From 5ade46fc242ab86a4ed2601229c667b689de2757 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 3 Dec 2025 10:16:10 +0200 Subject: [PATCH] aminda-pwa.json: add the other Microsoft Teams and Zoom --- etc/opt/chromium/policies/managed/aminda-pwa.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/opt/chromium/policies/managed/aminda-pwa.json b/etc/opt/chromium/policies/managed/aminda-pwa.json index 0bf21d95..5e8f875e 100644 --- a/etc/opt/chromium/policies/managed/aminda-pwa.json +++ b/etc/opt/chromium/policies/managed/aminda-pwa.json @@ -105,6 +105,16 @@ "create_desktop_shortcut": false, "default_launch_container": "window" }, + { + "url": "https://teams.live.com/", + "create_desktop_shortcut": false, + "default_launch_container": "window" + }, + { + "url": "https://app.zoom.us/", + "create_desktop_shortcut": false, + "default_launch_container": "window" + }, { "url": "https://ntfy.sh/app", "create_desktop_shortcut": false,