mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
Add per-window theme example: private browsing theme (#307)
This commit is contained in:
9
private-browsing-theme/README.md
Normal file
9
private-browsing-theme/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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().
|
||||
Reference in New Issue
Block a user