- From: Aaron Gustafson <notifications@github.com>
- Date: Fri, 20 Sep 2019 00:03:15 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 September 2019 07:03:37 UTC
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