Skip to content

Commit

Permalink
fix: third feature should not be activated by default
Browse files Browse the repository at this point in the history
  • Loading branch information
borsini committed May 5, 2024
1 parent b42a3d1 commit 1e6ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var config: RulesConfig = {
type: "FULL_DOMAIN"
},
host: {
isActivated: true,
isActivated: false,
maxTabsAllowed: 5,
}
}
Expand Down

0 comments on commit 1e6ee8f

Please sign in to comment.