toumash/Chrome Extension Permission Check
Detect Chrome MV3 permission escalations that would disable your extension for users.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| baseline-manifest | Path to the baseline (current/production) manifest.json | yes | — |
| new-manifest | Path to the new (PR/updated) manifest.json | yes | — |
| fail-on-warning | Whether to fail the action (exit 1) when permission warnings are detected. Default: true | no | true |
Outputs
| name | description |
|---|---|
| warning_detected | Whether new permission warnings were detected (true/false) |
| new_permissions | Comma-separated list of new permissions/hosts that trigger warnings |