- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Thu, 09 Feb 2017 01:43:59 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 February 2017 09:44:33 UTC
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