Is your feature request related to a problem? Please describe.
When using Manifest V3, chrome.browserAction (and pageAction) is replaced with chrome.action. It looks like this is not supported by jest-chrome currently.
Describe the solution you'd like
Support for chrome.action as alternative to chrome.browserAction.
Is your feature request related to a problem? Please describe.
When using Manifest V3,
chrome.browserAction(andpageAction) is replaced withchrome.action. It looks like this is not supported byjest-chromecurrently.Describe the solution you'd like
Support for
chrome.actionas alternative tochrome.browserAction.