From c1ae196bdcd33f15012a48ed371e1c52dce52cd9 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:54:11 +0800 Subject: [PATCH] feat: update extension description and homepage URL --- packages/extension/wxt.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/extension/wxt.config.js b/packages/extension/wxt.config.js index cce9717..985cf96 100644 --- a/packages/extension/wxt.config.js +++ b/packages/extension/wxt.config.js @@ -16,6 +16,7 @@ export default defineConfig({ vite: () => ({ plugins: [tailwindcss()], build: { + minify: false, chunkSizeWarningLimit: 2000, cssCodeSplit: true, rollupOptions: { @@ -28,7 +29,9 @@ export default defineConfig({ }), manifest: { name: 'Page Agent Ext', - description: 'AI Agent for browser automation', + description: + 'AI-powered browser automation assistant. Control web pages with natural language.', + homepage_url: 'https://alibaba.github.io/page-agent/', permissions: ['tabs', 'activeTab', 'scripting', 'sidePanel', 'storage'], host_permissions: [''], icons: {