-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Since sidebar_action is not implemented in Chromium we have the opportunity to still define what it should look like in mv3.
In mv2, this has been implemented by Mozilla Firefox, Opera and Naver Whale. Yet they are different across browsers. See:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/sidebar_action
https://developers.whale.naver.com/api/extensions/sidebarAction/
https://dev.opera.com/extensions/sidebar-action-api/
One of the differences is the support of sidebar_action next to another action in Firefox and Opera, but not in Naver Whale. Another is the lack of open_at_install in Opera. And Firefox uses default_panel while Naver Whale uses default_page.
Going forward, we can define a merged API covering the aspects in each of these browsers. Have a meeting about it in which we invite both Opera, Naver Whale and potentially Vivaldi (they have non-extension web panels) to discuss directions and come to an agreement.