social_stream icon indicating copy to clipboard operation
social_stream copied to clipboard

'background.scripts' requires manifest version of 2 or lower.

Open p1nr opened this issue 7 months ago • 2 comments

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?

p1nr avatar May 02 '25 12:05 p1nr

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.

Image

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.

Image

steveseguin avatar May 02 '25 14:05 steveseguin

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.

Image

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.

Image

thanks, I appreciate this!

p1nr avatar May 02 '25 21:05 p1nr