Files
webextensions-examples/private-browsing-theme
rebloor 0d46482e7d Remove retired theme aliases (#430)
* Remove required theme aliases

Replaced uses of headerURL, accentcolor, and textcolor with theme_frame, frame, and tab_background_text. Tested and confirmed all extensions working as expected.

* Fixed another reference to headerURL

Co-authored-by: Richard Bloor <rbloor@atlassian.com>
2020-03-23 17:00:00 -07:00
..

Private browsing theme

What it does

An example using the theme API to apply a different theme on private windows.

What it shows

How to use the windowId argument of browser.theme.reset() and browser.theme.update().