-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide vivaldifox webextension #24
Comments
I've been looking over the Chrome extension API to see if they allow anything like this, and where it might fit if so: The closest thing they provide is Chrome themes, which are similar to lightweight themes - you specify theme images and colors for the toolbar, tab background, etc. in the I wonder if it would make sense to build a WebExtension API that allows modifying the theme at runtime, changing the color and images etc? |
Work is going on here: https://github.com/nt1m/WebExtensions-Theming-API/blob/master/Proposal.md |
All the APIs needed are available so, I'll file an checklist issue for porting to WE. |
Filed #40 |
As discussed here:
https://www.reddit.com/r/firefox/comments/4nvm27/initial_release_of_vivaldifox_with_autocolouring/d487jox
I think we should propose and build an API for the Firefox WebExtensions API to allow the core vivaldi fox feature, that is, setting the background of the browser chrome to an arbitrary color.
Let's chat about it here and then file bug(s) on the mozilla side when we're reasonable confident about our proposal.
The text was updated successfully, but these errors were encountered: