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

This is similar to what we have implemented in Manifoldjs, we have an "extended_scope" value, which we feel makes more sense for scope:

```
{
   "start_url":"https://www.myapp.com",
   "scope":"https://www.myapp.com"
   "mjs_extended_scope":["http://www.myapp.com","http://www.myappauth.com"]
}
```

https://github.com/manifoldjs/ManifoldJS/wiki/Using%20Extended%20Scope


 

---
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-221453443

Received on Wednesday, 25 May 2016 01:57:55 UTC