From 4f98ed7e1441595c693545761b131d2813b761ef Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Mon, 13 May 2024 13:32:45 +0530 Subject: [PATCH] chore: Update manifest name for Firefox support --- wxt.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxt.config.ts b/wxt.config.ts index d14a859..e2950e1 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -49,7 +49,10 @@ export default defineConfig({ manifest: { version: "1.1.7", - name: "__MSG_extName__", + name: + process.env.TARGET === "firefox" + ? "Page Assist - A Web UI for Local AI Models" + : "__MSG_extName__", description: "__MSG_extDescription__", default_locale: "en", action: {},