How to change Display Name of Safari Extension?

Hi,

Can you please help me change the display name of the safari extension for the iPhone/iPad?

I did try all combinations of updating Build and Bundle ids and display names, but nothing worked. I tried updating the CBBundleDisplayName property in the project file and also in plist file, but didn't make any difference.

My app/extension ID is: "ABC.MNO.XYZ", and accordingly, there are four targets generated in Xcode, mainly App, Test, UITest, Extension.

The last target (Extension) one is already set to "ABC MNO XYZ Extension" by default, and there I tried to change the name, but nothing worked, either build issues or no change in the app.

In sum, the app name and extension names, both in Settings >Safari>Extensions and also in the Safari Browser Extension's popup menu, the name I want to set is "ABC MNO".

How to resolve this issue?

Answered by Engineer in 689290022

The display name used in Safari comes from the value in the manifest.json file. Change "name" and "short_name" there.

Accepted Answer

The display name used in Safari comes from the value in the manifest.json file. Change "name" and "short_name" there.

How to change Display Name of Safari Extension?
 
 
Q