Skip to content

EXT_COMPAT_UNSUPPORTED

EXT_COMPAT_UNSUPPORTED — Code uses a chrome.* API that is not supported on one of your declared target browsers.

You called something like chrome.tabGroups.update(…) while targeting Safari.

Either gate the call behind a runtime check, drop the unsupported browser from browsers, or suppress per-line with // extforge-ignore-compat: <reason>.