diff --git a/src/utils/detectFeatures.ts b/src/utils/detectFeatures.ts index 13645e0a..5e59bf1e 100644 --- a/src/utils/detectFeatures.ts +++ b/src/utils/detectFeatures.ts @@ -70,7 +70,8 @@ export function detectExtensionInstall(): ExtensionDetectionResult { if ( res.name === "chrome" || res.name === "chromium-webview" || - res.name === "edge-chromium" + res.name === "edge-chromium" || + res.name === "opera" ) return "chrome"; if (res.name === "firefox") return "firefox";