Post

Replies

Boosts

Views

Activity

Comment on Safari Web Extension Not Working for User
Hi @bweinstein, I'm having to ask multiple users a day to do the following two terminal commands to fix their Safari extensions not showing up, is there any way that this can be fixed? The following two commands work with a 100% success rate, but they have to do it on their end unfortunately. PATH=/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support:"$PATH" lsregister -f /Applications/Safari.app
Jan ’22
Comment on Port messages ignored in content scripts in macOS Sequoia
My extension also relies on content.js and background.js for its Settings page, and unfortunately, looks like public Sequoia/Safari 18 broke its Settings page - my users made sure to let me know! Hoping this is fixed ASAP. How did you set up the workaround code-wise? Something like the following? remove "content_scripts" section from manifest.json run the content script programmatically.
Sep ’24