This commit is contained in:
n4ze3m
2024-03-24 12:43:43 +05:30
parent 4055231bbc
commit 9a2adbd859
27 changed files with 725 additions and 3616 deletions

View File

@@ -10,10 +10,10 @@ export default defineConfig({
srcDir: "src",
outDir: "build",
manifest: {
name: "Page Assist - A Web UI for Local AI Models",
version: "1.1.0",
description:
"Use your locally running AI models to assist you in your web browsing.",
name: '__MSG_extName__',
description: '__MSG_extDescription__',
default_locale: 'en',
action: {},
author: "n4ze3m",
host_permissions: ["http://*/*", "https://*/*"],