diff --git a/webextensions/api/action.json b/webextensions/api/action.json index 5f0b658052c9b..c0e9aaa7dd627 100644 --- a/webextensions/api/action.json +++ b/webextensions/api/action.json @@ -425,14 +425,8 @@ "mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/action/openPopup", "support": { "chrome": { - "version_added": "88", - "flags": [ - { - "type": "preference", - "name": "#extension-apis", - "value_to_set": "Enabled" - } - ] + "version_added": "118", + "notes": "Is only available to policy installed extensions and dev builds (e.g., Canary)." }, "edge": "mirror", "firefox": { diff --git a/webextensions/api/browserAction.json b/webextensions/api/browserAction.json index 24b18d4805f00..809f9b84e4659 100644 --- a/webextensions/api/browserAction.json +++ b/webextensions/api/browserAction.json @@ -445,7 +445,14 @@ "mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/openPopup", "support": { "chrome": { - "version_added": "118" + "version_added": "67", + "flags": [ + { + "type": "preference", + "name": "#extension-apis", + "value_to_set": "Enabled" + } + ] }, "edge": "mirror", "firefox": {