Hi everyone.
I have an issue with the context menus created by me extension (manifest v3). Sometimes they just disappear. I found the workaround - manually trigger (e.g. disabling and enabling the extension) a service worker which recreates the context menus. How can I fix it?
Manifest file: https://github.com/ovarn/find-it/blob/3d8bf194d5ccb3f06108fc9dd18dd62b6e70bd44/manifest.json
Service Worker: https://github.com/ovarn/find-it/blob/3d8bf194d5ccb3f06108fc9dd18dd62b6e70bd44/background.js
Thank you for any help!