You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes for chrome extension
- Browser vendor detection is set in build-time instead of in runtime.
"Beginning in Chrome 144, all Chrome Extension APIs are also available
under the browser namespace". The attributes browser and chrome was
used to distinguish between Mozilla and Chrome.
- Fix identificaton of bookmarks built-in root folders. Bookmark id
is not fixed anymore, instead use folderType available from Chrome 134.
Bump major version since this breaks backward compatibility.