Skip to content

Native verified CRX uploads #104

@fregante

Description

@fregante

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.pem flag (matching chrome's)
  • use google-chrome CLI command to pack the supplied folder instead of using zip

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-chrome must already be installed (I think it's there on GitHub actions)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions