Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/browsers-profiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Raycast Browsers Profiles

## [Add Arc browser support] - 2026-02-04

- Adding Arc browser to supported browser list

## [Fix crash when reading Chromium profiles] - 2026-01-16

- Fix ENOENT error when iterating over non-profile directories in browser data folder
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions extensions/browsers-profiles/src/lib/supported-browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
"title": "Helium",
"path": "/Library/Application Support/net.imput.helium",
"icon": "helium.png"
},
{
"app": "Arc",
"type": "CHROMIUM",
"title": "Arc",
"path": "/Library/Application Support/Arc/User Data",
"icon": "arc.png"
}
],
"firefox": [
Expand Down