You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@patrickkettner I'm not entirely sure what mechanisms are available. Best case would be transforming the HTML to add <link rel=manifest>. But it might be sufficient to inject via JS (pretty sure Cloudfare's apps system will support this, though I don't know if browsers will acknowledge it), or even adding the header link: <...>; rel=manifest.
The other problem is making the manifest itself available. (i.e. arranging for Cloudflare to serve a "virtual" resource that doesn't exist on the origin.) But I'm hoping this will be possible; it's also needed for #257.
(1) generate a manifest file similar to https://webmanife.st/ (https://github.com/patrickkettner/manifestation) and (2) inject into HTML.
/cc @patrickkettner
The text was updated successfully, but these errors were encountered: