actions-marketplace-validations/Sign Chrome Extension crx file
Build signed crx file for your WebExtension
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| zipFilePath | Path to WebExtension directory | yes | — |
| crxFilePath | Path to save result crx file | yes | — |
| privateKey | Contents of private key used to sign crx file | yes | — |
| updateXmlPath | Path to save update.xml file for extensions hosted not on Chrome Web Store. This xml is used as response at url, specified in manifest's `update_url` key file | no | — |
| updateXmlCodebaseUrl | Required, if you specified updateXmlPath. URL to the .crx file | no | — |
| updateXmlAppId | App Id to use in update.xml file. Generated from private key by default | no | — |
Outputs
| name | description |
|---|---|
| crxFilePath | the absolute path to built crx file |
| updateXmlFilePath | the absolute path to built update.xml file |