- From: Matt Giuca <notifications@github.com>
- Date: Mon, 07 May 2018 01:05:38 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 May 2018 01:11:37 UTC
> But maybe some sites actually don't want their site so show up as a PWA even when using a service worker, so maybe we need a way to opt out of that Practically speaking, the best signal an app can provide that it doesn't want to be a PWA is `"display: browser"` (which is the default), not omitting the `start_url`. Any manifest with `"display: browser"` (or missing display) will not be installable in Chrome, and should generally be taken as a signal that it doesn't want to be a PWA. Any manifest with `"display: standalone"` is sending a signal that it wants to be run in a standalone window (and thus should be installable). -- 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/pull/670#issuecomment-386931598
Received on Monday, 7 May 2018 01:11:37 UTC