Post

Replies

Boosts

Views

Activity

Reply to Web Extensions's background page is missing in the Develop -> Web Extension Background Content menu in the latest Safari Technology Preview
I have the same issue. As a workaround, I made a change in manifest from: "background": { "service_worker": "background.js" } to: "background": { "scripts": [ "background.js" ], "type": "module" } and then it works. Every time. Hope this helps.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24