browserAction.ColorArray

Type

An array of integers. An array of four integers in the range 0-255 defining an RGBA color. For example, opaque red is [255, 0, 0, 255].

Browser compatibility

EdgeFirefoxChromeOpera
Basic support?45.0Yes33
Firefox
Basic supportNo

Acknowledgements

This API is based on Chromium's chrome.browserAction API. This documentation is derived from browser_action.json in the Chromium code.

Document Tags and Contributors

 Contributors to this page: wbamberg
 Last updated by: wbamberg,