|
|
@ -70,7 +70,8 @@ export function detectExtensionInstall(): ExtensionDetectionResult { |
|
|
|
if ( |
|
|
|
if ( |
|
|
|
res.name === "chrome" || |
|
|
|
res.name === "chrome" || |
|
|
|
res.name === "chromium-webview" || |
|
|
|
res.name === "chromium-webview" || |
|
|
|
res.name === "edge-chromium" |
|
|
|
res.name === "edge-chromium" || |
|
|
|
|
|
|
|
res.name === "opera" |
|
|
|
) |
|
|
|
) |
|
|
|
return "chrome"; |
|
|
|
return "chrome"; |
|
|
|
if (res.name === "firefox") return "firefox"; |
|
|
|
if (res.name === "firefox") return "firefox"; |
|
|
|