feat(browsers-profiles): add Arc browser support#25153
feat(browsers-profiles): add Arc browser support#25153raycastbot merged 3 commits intoraycast:mainfrom
Conversation
Add Arc browser to the supported browsers list. Arc is Chromium-based so it uses the existing CHROMIUM type handler. - Added Arc entry to supported-browsers.json with profile path - Added 32x32 arc.png icon (resized from Arc extension's icon) Closes raycast#24973
|
Thank you for your first contribution! 🎉 🔔 @skydiver @kytta @emilshr @chingweih @nilleb 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. 📋 Quick checkout commandsBRANCH="feat/browsers-profiles-arc-support"
FORK_URL="https://github.com/wotan-allfather/extensions.git"
EXTENSION_NAME="browsers-profiles"
REPO_NAME="extensions"
git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run devWe're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. |
Greptile OverviewGreptile SummaryAdds Arc browser support to the browsers-profiles extension. Arc is correctly configured as a Chromium-based browser with the proper profile path (
Confidence Score: 4/5
Important Files Changed
|
pernielsentikaer
left a comment
There was a problem hiding this comment.
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 Such a great contribution deserves a reward, but unfortunately we couldn't find your Raycast account based on your GitHub username (@wotan-allfather). Please link your GitHub account to your Raycast account to receive your credits and soon be able to exchange them for some swag. |
Add Arc browser to the supported browsers list. Arc is Chromium-based so it uses the existing CHROMIUM type handler.
Closes #24973
Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata tool