Path: blob/main/files/en-us/web/manifest/start_url/index.md
6581 views
------{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}
| Type | String |
|---|---|
| Mandatory | No |
The start_url member is a string that represents the start URL of the web application — the preferred URL that should be loaded when the user launches the web application (e.g., when the user taps on the web application's icon from a device's application menu or homescreen).
Note: The
start_urlmember is purely advisory, and a user agent may ignore it or allow the user to alter it at install time or afterwards.
Examples
Absolute URL
Relative URL
If the URL is relative, the manifest URL is used as the base URL to resolve it.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}