- From: Rob Dolin (MSFT) <notifications@github.com>
- Date: Tue, 14 Mar 2017 12:13:18 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 March 2017 19:13:51 UTC
Trying to make sure I understand the set-up ...
There is one PWA with Manifest hosted at `example.com/manifest.json`:
``` json
{
"name": "Example PWA",
"start_url": "example.com"
}
```
There is another PWA with Manifest hosted at `games.example.com/manifest.json`:
``` json
{
"name": "Another PWA",
"start_url": "games.example.com"
}
```
These Manifests are referenced on the respective HTML pages:
HTML page: `news.example.com` includes:
`<link rel="manifest" href="example.com/manifest.json" />`
HTML page `sports.example.com` includes:
`<link rel="manifest" href="example.com/manifest.json" />`
HTML page `politics.example.com` includes:
`<link rel="manifest" href="example.com/manifest.json" />`
HTML page `games.example.com` includes:
`<link rel="manifest" href="games.example.com/manifest.json" />`
@gui-poa Is this an accurate description of the set-up ?
* If there's more that I'm missing, would you please explain?
* If this is an accurate description, would you please elaborate on what is not working?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/470#issuecomment-286529697
Received on Tuesday, 14 March 2017 19:13:51 UTC