Skip to content

Commit

Permalink
Merge pull request #66 from green1052/patch-1
Browse files Browse the repository at this point in the history
Add org.bromite.bromite.dev to the supported browsers list
  • Loading branch information
JingMatrix authored Jul 7, 2023
2 parents dd03d85 + 2574acc commit cdc53ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<package android:name="com.microsoft.emmx.dev"/>
<package android:name="com.microsoft.emmx.canary"/>
<package android:name="org.bromite.bromite"/>
<package android:name="org.bromite.bromite.dev"/>
<package android:name="org.chromium.thorium"/>
<package android:name="us.spotco.mulch"/>
<package android:name="com.brave.browser"/>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/org/matrix/chromext/MainHook.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ val supportedPackages =
"com.microsoft.emmx.dev",
"com.microsoft.emmx.canary",
"org.bromite.bromite",
"org.bromite.bromite.dev",
"org.chromium.thorium",
"us.spotco.mulch",
"com.brave.browser",
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<item>com.microsoft.emmx.dev</item>
<item>com.microsoft.emmx.canary</item>
<item>org.bromite.bromite</item>
<item>org.bromite.bromite.dev</item>
<item>org.chromium.thorium</item>
<item>us.spotco.mulch</item>
<item>com.brave.browser</item>
Expand Down

0 comments on commit cdc53ce

Please sign in to comment.