Re: [w3c/manifest] Manifest: one of 'url' or 'id' is required, related application ignored. (#591)

@mbj36
I would really suggest posting these sort of questions on stackoverflow, or the lighthouse github rather than on a standards issue list. This place is intended for issues within the manifest specification, rather than issues with your implementation of it.

That being said, load [your pwa](https://mbj36.github.io/community-app/#/), then open the `Application` tab in chrome's dev tools, and look at the `Cache Storage` section - your start_url (which does include the query string) is not being cached. You are caching `https://mbj36.github.io/community-app/index.html?_sw-precache=2297276cb767f82ac25b5730cab56b10`. While that resolves to the same page, that is not the same URL as far as the browser is concerned. 

-- 
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/591#issuecomment-319129646

Received on Monday, 31 July 2017 16:49:53 UTC