Alon Nasi
Alon Nasi

Reputation: 51

iOS Settings-App URL Scheme for Settings/Safari/Extensions

After full-on research on these URL-Schemes, I'm still desperate for the correct scheme for:

Settings -> Safari -> Extensions

So far, I managed to work my way up to 'Safari' with this syntax: "App-Prefs:SAFARI". (on an actual device)

I realized that the syntax "&path=" does work sometimes, but I can't figure out the correct syntax to get to the 'Extensions' section.

Any help will be welcomed, as I'm out of ideas 😅 Thx you all!

Upvotes: 0

Views: 1753

Answers (1)

Sebastian
Sebastian

Reputation: 71

This worked for me: App-Prefs:SAFARI&path=WEB_EXTENSIONS/extensionName

extensionName is your extension name URL encoded

Upvotes: 7

Related Questions