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

What if we used @benfrancis's idea of stay_in_app as a way to solve for @boyofgreen's use case?

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

/cc @marcoscaceres @kenchris 

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

Received on Wednesday, 7 September 2016 18:23:20 UTC