update actions

This commit is contained in:
2025-11-08 18:14:22 +01:00
parent 7bd8f01a1b
commit cac464cc65
4 changed files with 80 additions and 14 deletions

View File

@@ -29,6 +29,9 @@ export default defineConfig({
permissions: ['storage', ...(manifestVersion === 2 ? ['webRequest', 'webRequestBlocking', '<all_urls>'] : [])],
optional_permissions: ['nativeMessaging']
}),
zip: {
artifactTemplate: '{{name}}-{{version}}-{{manifestVersion}}.zip'
},
vite: () => ({
define: {