Skip to content

Commit

Permalink
Merge pull request #741 from manzick/arc-support
Browse files Browse the repository at this point in the history
Add arc browser support
  • Loading branch information
kyleneideck committed May 26, 2024
2 parents 48bdcd1 + 62174be commit 610f15c
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 610f15c

Please sign in to comment.