Post

Replies

Boosts

Views

Activity

Reply to Convert Chrome/Firefox Extension to Safari
extension-project % xcrun safari-web-extension-converter ./src/extension Unable to parse manifest.json at file:///Users/me/tinkering/extension-project/src/extension/ In my case, the extension had several comments in the manifest.json file (eg: // The following will be removed for Chrome during build.). Removing all comments from the JSON resolved the issue I was seeing.
Jul ’21