Hi.
I've made a Web Extension and my extension inserts CSS from the background service worker, I've declared the appropriate permissions in the Manifest.json file but I seem to be encountering an issue where it still needs to ask for permission from the user when they go to a page.
Having them look for a yellow dot on the extension icon after it's already activated isn't very user friendly, people will miss this
Is there a way to have the extension get permission from the user with a popup to begin when first activating the extension? I believe this is the way it's done for App Extensions.
It would be nice to be able to just let them know about the permissions please ahead of time when the extension is activated.
Thanks.