---
title: overrideNewTabPageURL
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextensioncontext/overridenewtabpageurl
---

# overrideNewTabPageURL

The URL to use as an alternative to the default new tab page, if the extension has one.

## Declaration

```swift
var overrideNewTabPageURL: URL? { get }
```

## Discussion

Discussion Provides the URL for a new tab page, if provided by the extension; otherwise nil if no page is defined. The app should prompt the user for permission to use the extension’s new tab page as the default. note: Navigation to the override new tab page is only possible after this extension has been loaded.

## See Also

### Related Documentation

- [webViewConfiguration](webkit/wkwebextensioncontext/webviewconfiguration.md)
