Plasmo requesting more permissions than requested?
I've noticed bugs(?) that I think are related - and might have to do with me using Vue?
For my CSUI, I have the following
Note the
Also, when I uploaded my Plasmo-bundled extension to Chrome, I got an alert that I am requesting host permissions. My
So I'm not sure where host permissions are being requested. I believe
For my CSUI, I have the following
script:Note the
matches config. However, my CSUI is still visible on every page that I go to.Also, when I uploaded my Plasmo-bundled extension to Chrome, I got an alert that I am requesting host permissions. My
package.json file looks like this:So I'm not sure where host permissions are being requested. I believe
externally_connectable does not request host permissions and only allows those sites to send messages to my extension? Also not sure why the CSUI is showing up everywhere.