[w3c/manifest] Add offline_url option (#774)

A proposal for a new, optional property for manifest files: `offline_url`. This should point to a URL like `start_url`. When present, if a PWA would serve the default browser offline page (like the Chrome offline dinosaur), it would instead serve the `offline_url` page. This should _not_ override the ability of Service Workers to serve pages when offline, it would _only_ be served if a URL isn't covered by a Service Worker and the browser would need inform users that they are offline.

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

Received on Thursday, 25 July 2019 19:36:16 UTC