raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.41k stars 3.1k forks source link

[Browser Bookmarks] Support Prisma Access Browser #15473

Open selfish opened 15 hours ago

selfish commented 15 hours ago

Description

resolves #14821

Add Prisma-Access browser support for browser-bookmarks ext. Fully working and tested on PAB. Also regression-tested on: Chrome, Firefox, Safari.

Implementation details:

Adding this required a tweak, as some "secure" derivative chrome browsers use a binary file instead of the text-based "Local State". I added a general fallback for such browsers which reinforces getChromiumProfiles. The only degraded functionality when fallback is triggered is that we can no longer know the default profile, so we have to assume unless "Default" exists.

Screencast

image

Checklist

raycastbot commented 15 hours ago

Thank you for your contribution! :tada:

🔔 @thomaslombart @sasivarnan @ahpatel @chupi33 @tleo19 @jum8ys you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

You can expect an initial review within five business days.