- From: Christian Liebel <notifications@github.com>
 - Date: Fri, 10 Jul 2020 11:41:01 -0700
 - To: w3c/manifest <manifest@noreply.github.com>
 - Cc: Subscribed <subscribed@noreply.github.com>
 
Received on Friday, 10 July 2020 18:41:13 UTC
@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