'background.scripts' requires manifest version of 2 or lower.
I got rid of this message by erasing "scripts": and just keeping "service_worker": in the manifest.json, but im testing on twitch and nothing shows. do i need to be streaming for the chat to show?
That error is just a warning. I need to keep "scripts" in to support Firefox users, but eventually Firefox will fix this I hope.
You need to pop out the twitch chat for SSN to work via the extension. You don't need to be streaming for it to work ; at least not for Twitch.
Make sure the extension is on, and see if "test" messages work. If they don't work, there may be other issues, like networking issues.
That error is just a warning. I need to keep "scripts" in to support Firefox users, but eventually Firefox will fix this I hope.
You need to pop out the twitch chat for SSN to work via the extension. You don't need to be streaming for it to work ; at least not for Twitch.
Make sure the extension is on, and see if "test" messages work. If they don't work, there may be other issues, like networking issues.
thanks, I appreciate this!