Diff two permission sets
compare_permission_setsCompares the permissions and host patterns of two versions of an extension. Reports the score delta, what was added or removed, and whether the change widens the install-time warning set, which makes Chrome disable the extension for existing users until they re-accept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | API permissions in the new version. | |
| before | Yes | API permissions in the current published version. | |
| after_hosts | No | host_permissions in the new version. | |
| before_hosts | No | host_permissions in the current published version. |