From 166451b1fa4cb2c4aea4d9a6b5e55cc3a9411fa9 Mon Sep 17 00:00:00 2001
From: Anthony Rose <anthony@acperkins.com>
Date: Fri, 14 Mar 2025 12:13:51 +0000
Subject: [PATCH] Disable background apps

---
 roles/home-gui/files/chromium-policy/ant-policy.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/home-gui/files/chromium-policy/ant-policy.json b/roles/home-gui/files/chromium-policy/ant-policy.json
index 389077d..37b3975 100644
--- a/roles/home-gui/files/chromium-policy/ant-policy.json
+++ b/roles/home-gui/files/chromium-policy/ant-policy.json
@@ -1,6 +1,7 @@
 {
     "AutofillAddressEnabled": false,
     "AutofillCreditCardEnabled": false,
+    "BackgroundModeEnabled": false,
     "BrowserSignin": 0,
     "CreateThemesSettings": 2,
     "DefaultSearchProviderEnabled": true,