From 82890d87f8147a958d6a5e407aa106ac0468ac9e Mon Sep 17 00:00:00 2001 From: David Pennington Date: Mon, 10 Feb 2025 09:19:14 -0800 Subject: [PATCH] Update proposals/tab_group_shared_state.md Co-authored-by: Oliver Dunk --- proposals/tab_group_shared_state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/tab_group_shared_state.md b/proposals/tab_group_shared_state.md index 3632f61d..b0545a56 100644 --- a/proposals/tab_group_shared_state.md +++ b/proposals/tab_group_shared_state.md @@ -26,7 +26,7 @@ a method that is currently fired when a group is udated, will also fire when the ### Behavior New restrictions may be placed on shared groups for security and privacy purposes. This is not limited to the tabGroups API and could extend to chrome.tabs and other related API surfaces. The restriction would result in an error that "the action can not be performed due to the object being in a shared state." or a similar error message. ### New Permissions -no new permissions +This functionality would be gated behind the existing `tabGroups` permission. The new functionality is in line with the existing API and does not need to be guarded separately (see below). ### Manifest File Changes no new manifest fields ## Security and Privacy