chore: Update manifest name for Firefox support
This commit is contained in:
parent
b75e5a11ee
commit
4f98ed7e14
@ -49,7 +49,10 @@ export default defineConfig({
|
|||||||
|
|
||||||
manifest: {
|
manifest: {
|
||||||
version: "1.1.7",
|
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__",
|
description: "__MSG_extDescription__",
|
||||||
default_locale: "en",
|
default_locale: "en",
|
||||||
action: {},
|
action: {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user