- From: Rob Dolin (MSFT) <notifications@github.com>
- Date: Wed, 18 Jan 2017 14:01:09 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 18 January 2017 22:02:02 UTC
This seems somewhat similar to the challenge(s) described with multiple scopes in #449 In the case @Huxpro [describes](https://github.com/w3c/manifest/issues/539#issuecomment-271501844), I'm thinking: * Taobao PWA's manifest might use: ``` "scope":"h5.m.taobao.com/" "start_url":"h5.m.taobao.com/" ``` * AliTrip PWA's manifest might use: ``` "scope":"h5.m.taobao.com/trip/" "start_url":"h5.m.taobao.com/trip/home/" ``` * AliTrip "sub-app" PWA's manifest might use: ``` "scope":"h5.m.taobao.com/trip/whatever/" "start_url":"h5.m.taobao.com/trip/whatever/" ``` If there was shared content or a shared log-in page that resided on the root h5.m.taobao.com, that the AliTrip PWA or the AliTrip "sub-app" PWA needed, issue #449 would enable adding that (ex: h5.m.taobao.com/login) as an additional scope. -- 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/539#issuecomment-273615582
Received on Wednesday, 18 January 2017 22:02:02 UTC