Skip to content

Commit

Permalink
add use cases to syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dipikabh committed Sep 26, 2024
1 parent 98a6989 commit 0ab8dbc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion files/en-us/web/manifest/id/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ The `id` manifest member is used to specify a unique identifier for your web app
## Syntax

```json-nolint
"id": "com.example.myapp"
/* Absolute URL */
"id": "https://example.com/myapp"
/* Relative URL */
"id": "myapp/v2"
/* URL with query parameters */
"id": "myapp?version=2&mode=trial"
```

### Values
Expand Down

0 comments on commit 0ab8dbc

Please sign in to comment.