Chrome version: Version 124.0.6367.60 (Official Build) (x86_64)
OS: MacOS 14.3.1
- Install the extension.
- Open Service Worker Inspector.
- Click on the "'debugger' permission request" button.
- Observe
Error below is thrown in the console:
Only permissions specified in the manifest may be requested
and the permission request is Denied.
The permission is granted.
- requesting permissions - api/permissions#method-request
- optional permissions implementation - api/permissions#implement_optional_permissions
- debugger API - api/debugger.
- permissions list triggering warnings - reference/permissions-list.