Add opera

This commit is contained in:
mrjvs 2024-01-24 17:32:57 +01:00
parent d43adb80d0
commit affc1743f5

View File

@ -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";