Addon "Content scripts" "world" manifest v3 key
-
janrie last edited by
Hello,
I am trying to update/upload a new version of my addon "GooglePanicImages" to the addon store.
[Src: https://github.com/jrie/googlePanicImage ]
[store page: https://addons.opera.com/extensions/details/googlepanicimages/ ]But when I try to upload the packed "zip" version of the addon (like usually) a error is shown that the
content_scripts:->"world": "MAIN"key/value is not recognized and invalid.If I test and debug the addon locally in Opera it is working fine using this manifest key and all works as expected without errors.
Can someone have a look?
Thank you in advance,
Jan -
janrie last edited by janrie
Hello @wzielinski ,
thank you for the update, much appreciated.
I noticed one issue:
During update of the addon, it seems the "host permissions" for the Google Domains included in the addon are doing something strange.I received (a lot) of this messages, after upload of the addon. First page after the upload. Like this messages in the following screenshot, and those keep going/appearing:

This is after the first step after the upload of the addon package.
The
host permissionsin the manifest are in this format:"host_permissions": [ "*://google.com/*", "*://google.ad/*", "*://google.ae/*", "*://google.com.af/*", "*://google.com.ag/*", "*://google.al/*", "*://google.am/*", "*://google.co.ao/*", "*://google.com.ar/*", "*://google.as/*", "*://google.at/*", "*://google.com.au/*", "*://google.az/*", "*://google.ba/*" ]And continue like that.
Is my manifest v3 pattern usage wrong? Or is this some kind of validation/testing error?
Jan