Current grants
| permissions | |
|---|---|
| origins | |
| data_collection |
tabs permission has been granted on install.history permission is an optional permission that can be
granted or
revoked.
cookies permission cannot be
granted,
because it was not included in the optional_permissions manifest key.
foo permission cannot be
granted,
because it is not a valid permission name.
*://*.example.com/* host permission is required, so it was granted on install. It can be
granted or
revoked after installation.
*://*.example.org/* host permission is optional and can be
granted or
revoked.
https://www.example.org/* host permission can be
granted or
revoked,
because it is matched by the *://*.example.org/* optional host permission,
https://mozilla.org/* host permission cannot be
granted,
because it (or a broader pattern) was not declared in the manifest.
bar host permission cannot be
granted,
because it is not a valid host permission.
browsingActivity data permission is required, so it was granted on install. It cannot be
revoked (the call succeeds, but the grant does not change).
technicalAndInteraction data permission is special. It must be declared as optional, but it is granted by default when installed normally (not as a temporary add-on). It can be
granted or
revoked after installation.
locationInfo data permission is optional, so it can be
granted or
revoked after installation.
baz data permission cannot be
granted,
because it is not a valid data permission name.