chore: Update wxt npm dependency to version 0.19.6

This commit is contained in:
n4ze3m 2024-08-17 13:55:54 +05:30
parent 3a05008cea
commit d5a0136837
3 changed files with 2 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -4,6 +4,7 @@
<title>Page Assist - A Web UI for Local AI Models</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="manifest.type" content="browser_action" />
<meta name="manifest.browser_style" content="false" />
<link href="~/assets/tailwind.css" rel="stylesheet" />
<meta charset="utf-8" />
</head>

View File

@ -50,7 +50,7 @@ export default defineConfig({
outDir: "build",
manifest: {
version: "1.2.0",
version: "1.2.1",
name:
process.env.TARGET === "firefox"
? "Page Assist - A Web UI for Local AI Models"