When TWP is enabled in Firefox or Floorp, the bookmark star (★) in the URL bar is replaced by an ellipsis (…). The bookmark star is hidden inside the page actions overflow menu.
Steps to reproduce:
- Install TWP in Firefox or Floorp
- Open any webpage
- Look at the URL bar — the bookmark star (★) is replaced by
…
Root cause:
TWP declares page_action in manifest.json:
"page_action": {
"browser_style": false,
"default_icon": "/icons/icon-32.png",
"default_title": "__MSG_pageActionTitle__"
}
In Firefox-based browsers, when any extension has a page_action, the bookmark star is hidden behind the … overflow menu. This is expected Firefox behavior — but TWP's page_action serves no visible purpose (no popup, no icon shown by default).
Suggested fix:
Remove the page_action from the manifest. TWP already has browser_action which handles the same functionality. If page_action is needed for some reason, make it optional via a setting.
Environment:
- TWP 10.1.1.1
- Floorp 151.0.4 / Firefox 140.0
- Linux Mint 22.3
When TWP is enabled in Firefox or Floorp, the bookmark star (★) in the URL bar is replaced by an ellipsis (…). The bookmark star is hidden inside the page actions overflow menu.
Steps to reproduce:
…Root cause:
TWP declares
page_actioninmanifest.json:In Firefox-based browsers, when any extension has a
page_action, the bookmark star is hidden behind the…overflow menu. This is expected Firefox behavior — but TWP'spage_actionserves no visible purpose (no popup, no icon shown by default).Suggested fix:
Remove the
page_actionfrom the manifest. TWP already hasbrowser_actionwhich handles the same functionality. Ifpage_actionis needed for some reason, make it optional via a setting.Environment: