Re: [w3c/manifest] Is it possible for a progressive web app to embed web manifest into html page? (#534)

@RobDolinMS See also issue https://github.com/w3c/manifest/issues/535. My case is that I want to use a SharePoint document library to host my PWA, so I can execute my PWA in the context of a SharePoint site. See also my blogpost series at http://weblogs.asp.net/soever. On the request for the manifest the authentication cookie is not passed along on the request, so it can't read it from SharePoint. If I could embed during my build process of my main page I could solve this, but that isn't supported either it seems. I could only solve it by placing the manifest in a public place (my dropbox), with  absolute link for the start_url. Not ideal. I also wonder if the lighthouse tool in chrome will work when the data could be embedded in the href. 

What is the best place to report these issues with chrome?

-- 
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/534#issuecomment-265143898

Received on Tuesday, 6 December 2016 13:01:05 UTC