Open unishigure opened 8 months ago
Resolve #21 Update to V3, due to the end of support for Manifest V2 extensions.
Ref: https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
Also, remove background.js as it will no longer function with the migration of background scripts to Service Worker. I have confirmed that this change does not interfere with the operation in my environment.
background.js
Ref: https://developer.chrome.com/docs/extensions/develop/migrate/to-service-workers#keep-sw-alive
This text has been translated from Japanese into English by DeepL. Thanks!
Resolve #21 Update to V3, due to the end of support for Manifest V2 extensions.
Ref: https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
Also, remove
background.js
as it will no longer function with the migration of background scripts to Service Worker. I have confirmed that this change does not interfere with the operation in my environment.Ref: https://developer.chrome.com/docs/extensions/develop/migrate/to-service-workers#keep-sw-alive
This text has been translated from Japanese into English by DeepL. Thanks!