6 ms·
Most likely not in it's current state as it uses the `chrome.bookmarks.getTree()` API. However the Chrome-specific stuff is in this file: https://github.com/ja
by jamesrr39 1y ago
Most likely not in it's current state as it uses the `chrome.bookmarks.getTree()` API.
However the Chrome-specific stuff is in this file: https://github.com/jamesrr39/chrome-bookmark-search/blob/master/src/dal/chromeBookmarkFetcher.ts https://github.com/jamesrr39/chrome-bookmark-search/blob/mas... , and creating an equivalent for this should be enough to support firefox.
I am open to pull requests!