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
Reply to Safari Web Extension and Sign in with Apple
@ceskomira90 @climb 3 years late, but I also ran into the exact same problem as you and managed to avoid the popup from being blocked by using chrome.windows.create rather than window.open see docs: https://developer.chrome.com/docs/extensions/reference/api/windows#method-create
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Permissions exposure and message changes
Getting this issue too, did anyone by chance figure it out? Thanks
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID
Also getting this issue.
Replies
Boosts
Views
Activity
Oct ’23
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:
Replies
Boosts
Views
Activity
Jun ’23
Reply to runtime.oninstalled not working on reinstalling safari web extension
Hi, I came across this comment because I am facing the same issue. Have you found a fix for this? I just tested Honey's app and their onInstalled event runs without permissions needing to be set for context, here's a video of it: https://www.dropbox.com/s/a48ixh58wjpc2tj/onInstalledEvent.MP4?dl=0
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23