-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed as not planned
Labels
Description
https://developer.chrome.com/docs/webstore/update#protect-package-updates
chrome-webstore-upload users can already follow those steps and point ask the tool to upload the generated CRX. It would be cool to support it natively though.
Native support would be:
- add
--pack-extension-key=privatekey.pemflag (matching chrome's) - use
google-chromeCLI command to pack the supplied folder instead of usingzip
I'm unlikely to implement this anytime soon, but I'd accept a PR.
The constraints are:
- when the flag is provided, only folders are accepted as input, not zip files
- when the flag is provided,
google-chromemust already be installed (I think it's there on GitHub actions)
marcfbeCopilot