notlmn / copy-as-markdown

🖱 Browser extension to copy hyperlinks, images, and selected text as Markdown with GFM support
MIT License
323 stars 48 forks source link

Remove unused permissions #47

Closed notlmn closed 3 months ago

notlmn commented 3 months ago

Fixes #45

This was never required in the first place. The Chrome release is also stuck because of this. I did not read the following note at Chrome developer docs before making the MV3 changes in #44.

Most members of this API do not require any permissions. This permission is needed for connectNative(), sendNativeMessage() and onNativeConnect.

Remove this permission and also the note in readme about a permission that is not listed anymore.