Contents

SafariSettingsNewTabStartPageObject

Sets the start page for new tabs in Safari.

Declaration

object SafariSettingsNewTabStartPageObject

Properties

NameTypeDescription
ExtensionIdentifierstring

The composed identifier of the extension that provides the start page. The required format is “Identifier (TeamIdentifier)”, for example “com.example.app (ABCD1234)”. Required when setting PageType to Extension.

HomepageURLstring

The URL of the homepage which needs to start with https:// or http://. Required when setting PageType to Home.

PageType Requiredstring

Sets the start page type in Safari:

  • Start - Safari uses the default start page. Safari disables the Homepage.

  • Home - Safari uses the page specified by HomepageURL, and Safari also sets that as the Homepage.

  • Extension - Safari uses the page specified by the Safari extension whose identifier is ExtensionIdentifier. Safari disables the Homepage.