Skip to content

Conversation

@css-optivoy
Copy link

This adds handling of webmanifest links like:

<link href=./manifest.webmanifest rel=manifest>

Context:

This PR fixes #475

@css-optivoy
Copy link
Author

Aside: It's possible to inline manifests like:

<link rel=manifest href="data:application/manifest+json,{ ... }">

But this PR does not attempt to implement this new scheme, as I think that is better left as a follow-up PR if desired.

Source: https://gist.github.com/marcoscaceres/7783977

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Webmanifests are not embedded

1 participant