🐛 fixed unnecessary permission requests

This commit is contained in:
kawamataryo
2024-01-24 15:45:00 +09:00
parent 84a522c8c0
commit 2721ee9256
3 changed files with 19 additions and 2 deletions

View File

@@ -66,6 +66,10 @@ jobs:
- name: Build the extension
run: npm run build && npm run build:firefox
# patch for plasmo bug
- name: remove unused permissions
run: npm run remove-permissions
- name: Package the extension into a zip artifact
run: npm run package && npm run package:firefox