Using the standard manifest.json.
To find the path of the manifest, first fetch the html page and look for <link rel="manifest" />, the href of that element will tell us the path.
Since 95% of the apps will pass the app name to webnative, and consequently to the auth lobby, we can use that variable and don't have to do the manifest lookup.
Using the standard
manifest.json
. To find the path of the manifest, first fetch the html page and look for<link rel="manifest" />
, thehref
of that element will tell us the path.