Skip to content

Commit

Permalink
Add arc browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
manzick committed May 26, 2024
1 parent 48bdcd1 commit 62174be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BGMApp/BGMApp/BGMBackgroundMusicDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ BGMBackgroundMusicDevice::ResponsibleBundleIDsOf(CACFString inParentBundleID)
// Google Chrome
{ "com.google.Chrome", { "com.google.Chrome.helper" } },
// Microsoft Edge
{ "com.microsoft.edgemac", { "com.microsoft.edgemac.helper" } }
{ "com.microsoft.edgemac", { "com.microsoft.edgemac.helper" } },
// Arc
{ "company.thebrowser.Browser", { "company.thebrowser.browser.helper" } }
};

// Parallels' VM "dock helper" apps have bundle IDs like
Expand Down

0 comments on commit 62174be

Please sign in to comment.