Content script runs on all URLs. Doesn't respect the config.matches.
Pretty much as described in the title. I configured the context script according to Plasmo docs, but it doesn't behave as expected.
I expect it to only run on x.com, instead it runs on every origin. Am I doing this right?
3 Replies
manifest.json after building for prod. Clearly a bug

@dinislam has reached level 1. GG!
After changing my code to not use "satisfies" it starts to work:
Why does the typescript syntax matter here?