-
Notifications
You must be signed in to change notification settings - Fork 1
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
Favicon and Name in tray #9
Comments
It's actually not possible by security restriction. It may be done with manipulating different browser profiles however extension have no access to profiles. So I have no luck for this feature.
It's also not possible by security restriction. However there's another windowing API (from nature of webpages) that moves the location bar into window. Locationbar cannot be removed by security restriction. However it may still be removed by modifying Firefox profile' CSS. I may support the windowing API and create a guide how to modify browser CSS. |
That's a shame. I would like to use my tray to juggle different website-apps. I wonder if there's a way we can use a modified version of Firefox - but not have to recompile and have multiple versions? Or... just run it in PWA mode... |
Recompiling is not required, I mean legacy style-sheet (CSS) customization feature of Firefox. When I implement the feature I will use popup window API of browsers. It will move location information to window from title-bar and we will able to hide the location information with CSS. However I don't know any API to manage window grouping and Firefox doesn't allow to extensions without having native helper. |
If it would be possible, it would be nice to use the site favicon as the icon in the tray for each window. As well it would be nice if the text that is the site name in the tab would be shown instead of the url.
The text was updated successfully, but these errors were encountered: