vieiro commented on issue #6601: URL: https://github.com/apache/netbeans/issues/6601#issuecomment-1774059644
It seems the plugin has a manifest version 2, but [Chrome cannot run manifest version2 plugins since January, 2023](https://developer.chrome.com/blog/mv2-transition/). So the plugin should be upgraded to manifest version 3. This will require [replacing the background page with a service worker](https://css-tricks.com/how-to-transition-to-manifest-v3-for-chrome-extensions/) and changing security policy permissions, etc. [This is a nice description](https://css-tricks.com/how-to-transition-to-manifest-v3-for-chrome-extensions/) on the changes required for the upgrade. Anyone with experience in Chrome plugins wants to tackle the problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
