Post

Replies

Boosts

Views

Activity

Reply to Safari web extension background script doesnt work on iOS with manifest v3
Try this format: "background": { "scripts": ["scripts/background.js"], "persistent": false }, I ran into the same issue where CORS was giving me trouble in MV3 after converting from a Chrome extension using the Xcode converter. I then stumbled across this answer https://developer.apple.com/forums/thread/654839?answerId=727731022#727731022 and it fixed it!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’23