Skip to content

Commit 47dbb35

Browse files
authored
Update scope_extensions-explainer.md (#88)
Add a `/` to the id field
1 parent 7174064 commit 47dbb35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scope_extensions-explainer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ associated origins.
3838
Example manifest located at `https://example.com/manifest.webmanifest`:
3939
```json
4040
{
41-
"id": "",
41+
"id": "/",
4242
"name": "Example",
4343
"display": "standalone",
4444
"start_url": "/index.html",
4545
"scope_extensions": [
4646
{"origin": "*.example.com"},
4747
{"origin": "example.co.uk"},
48+
{"origin": "*.example.co.uk"},
4849
{"origin": "*.example.co.uk"}
4950
]
5051
}

0 commit comments

Comments
 (0)