Re: [w3c/manifest] Clarify behaviour of a page linking to a manifest that is not within scope of that manifest (#784)

This *seems* reasonable, but let me offer a counter-proposal:

```html
<a href="/pwa" install="/pwa/manifest.json">Install our PWA</a>
```

We could maintain the same same-domain restriction as `a[download]` *and* this could allow the manifest to remain scoped (directory-wise) to the actual PWA. It also has decent backwards compat (at least as much as download) and provides quick reference to the manifest URL so the manifest could be fetched without having to navigate to the PWA to resolve its location.

I’m not wedded to this by any means, just throwing out an alternate way to solve the same use case.

-- 
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/784#issuecomment-533435254

Received on Friday, 20 September 2019 07:03:37 UTC