Skip to content

feat(browsers-profiles): add Arc browser support#25153

Merged
raycastbot merged 3 commits intoraycast:mainfrom
wotan-allfather:feat/browsers-profiles-arc-support
Feb 4, 2026
Merged

feat(browsers-profiles): add Arc browser support#25153
raycastbot merged 3 commits intoraycast:mainfrom
wotan-allfather:feat/browsers-profiles-arc-support

Conversation

@wotan-allfather
Copy link
Contributor

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 #24973

Description

Screencast

Checklist

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
@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: browsers-profiles Issues related to the browsers-profiles extension platform: macOS labels Feb 4, 2026
@raycastbot
Copy link
Collaborator

raycastbot commented Feb 4, 2026

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 commands
BRANCH="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 dev

We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 4, 2026

Greptile Overview

Greptile Summary

Adds Arc browser support to the browsers-profiles extension. Arc is correctly configured as a Chromium-based browser with the proper profile path (/Library/Application Support/Arc/User Data) that matches existing Arc extensions in the repository.

  • Added Arc entry to supported-browsers.json with correct CHROMIUM type
  • Added 32x32 arc.png icon (1.8KB, consistent with other browser icons)
  • Missing CHANGELOG entry - needs to be added per repository requirements (rule 97cd51bc-963b-43f5-acc3-9ba85fe7bb2d)

Confidence Score: 4/5

  • Safe to merge after CHANGELOG is updated
  • Arc browser integration is correctly implemented with proper Chromium configuration and valid profile path. Only missing CHANGELOG entry per repository requirements
  • No files require special attention - changes are straightforward

Important Files Changed

Filename Overview
extensions/browsers-profiles/src/lib/supported-browsers.json Added Arc browser entry with correct Chromium-based configuration and profile path
extensions/browsers-profiles/assets/icons/arc.png Added 32x32 Arc browser icon at 1.8KB, consistent with other browser icons

@pernielsentikaer pernielsentikaer self-assigned this Feb 4, 2026
Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, approved 🔥

@raycastbot raycastbot merged commit 8739a6f into raycast:main Feb 4, 2026
2 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

Published to the Raycast Store:
https://raycast.com/skydiver/browsers-profiles

@raycastbot
Copy link
Collaborator

🎉 🎉 🎉

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extension: browsers-profiles Issues related to the browsers-profiles extension extension fix / improvement Label for PRs with extension's fix improvements platform: macOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Open Browsers Profiles] Support Arc browser profiles

3 participants