Skip to content

Commit 0e0b667

Browse files
committed
Support Vivaldi snapshot
1 parent b84d226 commit 0e0b667

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<package android:name="com.chrome.canary"/>
77
<package android:name="com.chrome.dev"/>
88
<package android:name="com.vivaldi.browser"/>
9+
<package android:name="com.vivaldi.browser.snapshot"/>
910
<package android:name="com.microsoft.emmx"/>
1011
<package android:name="com.microsoft.emmx.beta"/>
1112
<package android:name="com.microsoft.emmx.dev"/>

app/src/main/java/org/matrix/chromext/MainHook.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ val supportedPackages =
1919
"com.chrome.dev",
2020
"com.chrome.canary",
2121
"com.vivaldi.browser",
22+
"com.vivaldi.browser.snapshot",
2223
"com.microsoft.emmx",
2324
"com.microsoft.emmx.beta",
2425
"com.microsoft.emmx.dev",

app/src/main/res/values/arrays.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<item>com.chrome.dev</item>
77
<item>com.chrome.canary</item>
88
<item>com.vivaldi.browser</item>
9+
<item>com.vivaldi.browser.snapshot</item>
910
<item>com.microsoft.emmx</item>
1011
<item>com.microsoft.emmx.beta</item>
1112
<item>com.microsoft.emmx.dev</item>

0 commit comments

Comments
 (0)