From 8f8fac826e02342a5253cad2bcadda7cab134cec Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Mon, 13 May 2024 13:45:17 +0530 Subject: [PATCH] chore: Update gecko ID for Firefox support --- wxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxt.config.ts b/wxt.config.ts index e2950e1..0f5aeba 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -61,7 +61,7 @@ export default defineConfig({ process.env.TARGET === "firefox" ? { gecko: { - id: "page-assist@n4ze3m" + id: "page-assist@nazeem" } } : undefined,