Skip to content

Commit

Permalink
Support Vivaldi snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed May 17, 2023
1 parent b84d226 commit 0e0b667
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 @@ -6,6 +6,7 @@
<package android:name="com.chrome.canary"/>
<package android:name="com.chrome.dev"/>
<package android:name="com.vivaldi.browser"/>
<package android:name="com.vivaldi.browser.snapshot"/>
<package android:name="com.microsoft.emmx"/>
<package android:name="com.microsoft.emmx.beta"/>
<package android:name="com.microsoft.emmx.dev"/>
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 @@ -19,6 +19,7 @@ val supportedPackages =
"com.chrome.dev",
"com.chrome.canary",
"com.vivaldi.browser",
"com.vivaldi.browser.snapshot",
"com.microsoft.emmx",
"com.microsoft.emmx.beta",
"com.microsoft.emmx.dev",
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 @@ -6,6 +6,7 @@
<item>com.chrome.dev</item>
<item>com.chrome.canary</item>
<item>com.vivaldi.browser</item>
<item>com.vivaldi.browser.snapshot</item>
<item>com.microsoft.emmx</item>
<item>com.microsoft.emmx.beta</item>
<item>com.microsoft.emmx.dev</item>
Expand Down

0 comments on commit 0e0b667

Please sign in to comment.