chore: remove unnecessary permissions from extension config
This commit is contained in:
@@ -32,7 +32,7 @@ export default defineConfig({
|
|||||||
description:
|
description:
|
||||||
'AI-powered browser automation assistant. Control web pages with natural language.',
|
'AI-powered browser automation assistant. Control web pages with natural language.',
|
||||||
homepage_url: 'https://alibaba.github.io/page-agent/',
|
homepage_url: 'https://alibaba.github.io/page-agent/',
|
||||||
permissions: ['tabs', 'activeTab', 'scripting', 'sidePanel', 'storage'],
|
permissions: ['tabs', 'sidePanel', 'storage'],
|
||||||
host_permissions: ['<all_urls>'],
|
host_permissions: ['<all_urls>'],
|
||||||
icons: {
|
icons: {
|
||||||
64: 'assets/page-agent-64.png',
|
64: 'assets/page-agent-64.png',
|
||||||
|
|||||||
Reference in New Issue
Block a user