From cc968da15b98e22bc5e60d23ae145edfc1900fa7 Mon Sep 17 00:00:00 2001 From: NotAProton Date: Sat, 18 Sep 2021 12:11:24 +0530 Subject: [PATCH] Add incognito key in chromium manifest Fixes bypassing incognito mode in chrome. --- platform_spec/chromium/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/platform_spec/chromium/manifest.json b/platform_spec/chromium/manifest.json index 270860a99..da679cc1e 100644 --- a/platform_spec/chromium/manifest.json +++ b/platform_spec/chromium/manifest.json @@ -13,6 +13,7 @@ "homepage_url": "https://fastforward.team", "version": "13.15.2", "author": "FastForward Team", + "incognito": "split", "permissions": [ "alarms", "storage",