Do not use service worker, at least not for debugging. Modify manigest and use this:
"background": {
"scripts": ["background.js"],
"persistent": false
}
instead of this:
"background": {
"service_worker": "background.js"
}
Topic:
Safari & Web
SubTopic:
General
Tags: