From 1e6ee8f9cd15274e8e4c751d0f9ad36a73aeaba4 Mon Sep 17 00:00:00 2001 From: Benjamin Orsini Date: Sun, 5 May 2024 22:33:04 +0200 Subject: [PATCH] fix: third feature should not be activated by default --- src/background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background.ts b/src/background.ts index 28f1cd3..a1553d1 100644 --- a/src/background.ts +++ b/src/background.ts @@ -12,7 +12,7 @@ var config: RulesConfig = { type: "FULL_DOMAIN" }, host: { - isActivated: true, + isActivated: false, maxTabsAllowed: 5, } }