From 3fddc69532494b8796964eef7289628252ce8201 Mon Sep 17 00:00:00 2001 From: Stijn Peeters Date: Mon, 19 Dec 2022 13:06:37 +0100 Subject: [PATCH] Disable in Incognito mode --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 85afe70..74f50f0 100644 --- a/manifest.json +++ b/manifest.json @@ -27,6 +27,8 @@ "unlimitedStorage" ], + "incognito": "not_allowed", + "background": { "scripts": [ "inc/dexie.js",