Closed nacho2487 closed 4 years ago
This seems to be a chromium bug, not a spec issue. Please file a feature request at bugs.chromium.org with the Blink>AppManifest component. Chromium does not currently support DAL include statements.
Closing this issue.
@nacho2487 did you make it work with include DAL? facing same issue.
With an external JSON on android manifest using
include
, I couldn't make the API works. But removing theinclude
and paste it inside the thestring
like the example it works.Here is an example that I couldn't make it work:
.well-known/assetlinks.json
This is the way we communicate between apps and web for sign-in, we follow this docs. We were expecting doing the same with this API.