Hello everyone. First addon uploaded (awaiting review) and first post in this forum. Please forgive me for any lapse of proper forum etiquette.
I included images to use in my addonâs content script in âimagesâ folder and included âweb_accessible_resourcesâ: [âimages/*â] in manifest.json. Installing the unsigned extension in FF Developer v50 works as expected perfectly (also Opera and Chrome). I installed in FF 47 (used because I can disable the signature check) and the images fail to load. In inspector, it shows the correct extension image URL. I can open the image URL in another tab no problem. FF47 is acting as if it is ignoring the web_accessible_resources in manifest.json. Does it not like wildcards? FF47 WebExtension support not complete? Because it isnât signed? Or something else⌠What am I missing? Any guidance would be appreciated. Any extra info needed will be freely givenâŚ