Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/manifest/id/index.md
6581 views
---
title: id slug: Web/Manifest/id browser-compat: html.manifest.id
---

{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}

Type String
Mandatory No

The id member is a string that represents the identity of the web application — the unique identifier for the web application. If the web application ID does not match an existing ID, the application will be treated as a unique identity even if it is from the same URL.

Note: The id member can be used to uniquely identify applications. The id member is processed like a start_url but can be out of scope because it does not point to a resource that can be navigated to.

Examples

"id": "?homescreen=1"

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}