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

I have a NodeJS app and they are accessed via `https://somewebapp.com/abc` and `https://somewebapp.com/def`. But internally they point to the same code and use the path (as locals in NodeJS) to customise the experience. Is there a way to have two sets of installs for each of the path. 

I have tried two manifests (dynamically loaded based on path) and in each have the following scope and start_url:

```
scope: /abc
start_url: /abc
```
However for the first path it creates the install using the correct icon as specified by that paths manifest. Is there a way around this? Thanks


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

Received on Thursday, 9 July 2020 06:01:12 UTC