Re: [w3c/manifest] Allow for multiple scopes (#449)

This is my suggestion. The additional scopes would somehow need to whitelist the manifest who is referring to them.

1. We want some kind of whitelisting
2. We want to be able to do "add to home screen" from the additional scopes and use the info of the main manifest.json

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/449#issuecomment-278594036

Received on Thursday, 9 February 2017 09:47:01 UTC