Re: [w3c/manifest] scope="../" should be invalid (#551)

Yes, the additional scopes somehow would need to whitelist the manifest who is referring to them.

One way could be

In https://mysite.com/manifest.json, have:

```
"includes": ["https://otherofmysites.com/manifest.json"]
```

Then in https://otherofmysites.com/manifest.json, have:

```
"owner": "https://mysite.com/manifest.json",
"scope": "/"
```

Adding "owner" to a manifest means that it will refer to another manifest file as the data source for adding to homescreen, and only a few of the properties will be used (ie ```"scope"``` for now).

-- 
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/551#issuecomment-278593500

Received on Thursday, 9 February 2017 09:44:33 UTC