Skip to content

Commit

Permalink
Update scope_extensions-explainer.md (#88)
Browse files Browse the repository at this point in the history
Add a `/` to the id field
  • Loading branch information
dmurph authored Nov 6, 2023
1 parent 7174064 commit 47dbb35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scope_extensions-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ associated origins.
Example manifest located at `https://example.com/manifest.webmanifest`:
```json
{
"id": "",
"id": "/",
"name": "Example",
"display": "standalone",
"start_url": "/index.html",
"scope_extensions": [
{"origin": "*.example.com"},
{"origin": "example.co.uk"},
{"origin": "*.example.co.uk"},
{"origin": "*.example.co.uk"}
]
}
Expand Down

0 comments on commit 47dbb35

Please sign in to comment.