mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-22 03:10:43 +08:00
Enhance architecture documentation and update project dependencies. Introduce new features for browser recording, page callables, and transform capabilities. Improve build scripts and permissions for better functionality.
This commit is contained in:
@@ -21,12 +21,15 @@ export default defineConfig({
|
||||
permissions: [
|
||||
'proxy',
|
||||
'storage',
|
||||
'unlimitedStorage',
|
||||
'alarms',
|
||||
'tabs',
|
||||
'scripting',
|
||||
'cookies',
|
||||
'declarativeNetRequest',
|
||||
'webRequest',
|
||||
'webNavigation',
|
||||
...(browser === 'firefox' ? [] : ['debugger']),
|
||||
...(browser === 'firefox' ? ['webRequestBlocking'] : ['webRequestAuthProvider']),
|
||||
...(browser !== 'firefox' && ['production', 'store', 'enterprise'].includes(mode) ? ['userScripts'] : []),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user