Re: [w3c/manifest] can multiple PWA scopes exist for virtual paths (#919)

@rrrepos Which browser are you testing it on? Could you try to use trailing slashes for both `scope` and `start_url`, like so:

```json
{
  "scope": "/abc/",
  "start_url": "/abc/"
}
```

?

-- 
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/919#issuecomment-656825364

Received on Friday, 10 July 2020 18:41:13 UTC