Issue Details
clipboardRead and clipboardWrite permissions were added as mandatory, not optional_permissions, which caused Firefox to block or warn users during the update process and triggered an unexpected permission prompt for all users
Proposed solution
- Move
clipboardRead and clipboardWrite into optional_permissions
- When the user enters either the User Rules section or the Allowlist section, display an orange warning explaining that clipboard access is required for proper editor functionality.
- Provide a link/button that triggers
permissions.request([clipboardRead, clipboardWrite]) directly from that message
Alternative solution
No response