feat: update extension description and homepage URL
This commit is contained in:
@@ -16,6 +16,7 @@ export default defineConfig({
|
|||||||
vite: () => ({
|
vite: () => ({
|
||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
build: {
|
build: {
|
||||||
|
minify: false,
|
||||||
chunkSizeWarningLimit: 2000,
|
chunkSizeWarningLimit: 2000,
|
||||||
cssCodeSplit: true,
|
cssCodeSplit: true,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
@@ -28,7 +29,9 @@ export default defineConfig({
|
|||||||
}),
|
}),
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'Page Agent Ext',
|
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'],
|
permissions: ['tabs', 'activeTab', 'scripting', 'sidePanel', 'storage'],
|
||||||
host_permissions: ['<all_urls>'],
|
host_permissions: ['<all_urls>'],
|
||||||
icons: {
|
icons: {
|
||||||
|
|||||||
Reference in New Issue
Block a user