Manifest v3 extension refuses to load styles in Chrome, no issue in FireFox
I am at a loss.
FireFox will happily load the CSS files I've listed, whereas Chrome will not.
I've made sure to re-run my bundler, reload my extension, and update my browsers.
Below is my manfiest.json, attached images are of my browser versions. According to Chrome's docs, this should work after v96.
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I'm not writing any html as it's a content-script rather than a settings page, supposedly
content_scripts > css
will load the CSS, however that doesn't work. additionally, chrome.scripting.injectCSS
ought to work as well, but chrome.scripting
is apparently undefined even with the scripting permission