The screenshots below show the errors I encountered while developing and debugging a Next.js app.
It shows your extension will modify all the website page's HTML tags and add hypercrx className attributes. Subsequently, I checked the source code, and I got the answer: the host_permissions of its manifest were configured as "<all_urls>".
Could you please explain why you set up this value like that and if there is a right way to fix or improve this sensitive configuration?