mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-10 06:34:22 +00:00
Add arc browser support
This commit is contained in:
parent
48bdcd1a64
commit
62174be95e
1 changed files with 3 additions and 1 deletions
|
@ -243,7 +243,9 @@ BGMBackgroundMusicDevice::ResponsibleBundleIDsOf(CACFString inParentBundleID)
|
||||||
// Google Chrome
|
// Google Chrome
|
||||||
{ "com.google.Chrome", { "com.google.Chrome.helper" } },
|
{ "com.google.Chrome", { "com.google.Chrome.helper" } },
|
||||||
// Microsoft Edge
|
// 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
|
// Parallels' VM "dock helper" apps have bundle IDs like
|
||||||
|
|
Loading…
Reference in a new issue