From a14cb1c2ea298afb19c5f302744564bdc297d289 Mon Sep 17 00:00:00 2001 From: Rylee Randall Date: Mon, 2 Feb 2026 13:00:50 +1100 Subject: [PATCH] feat: helium pwa support --- AutoRaise.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AutoRaise.mm b/AutoRaise.mm index 95fe296..ed0c42c 100644 --- a/AutoRaise.mm +++ b/AutoRaise.mm @@ -113,7 +113,8 @@ @"Vivaldi", @"Brave", @"Opera", - @"edgemac" + @"edgemac", + @"helium" ]; static NSString * const DockBundleId = @"com.apple.dock"; static NSString * const FinderBundleId = @"com.apple.finder";