Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Manifest #256

Open
ithinkihaveacat opened this issue Apr 25, 2017 · 3 comments
Open

Web Manifest #256

ithinkihaveacat opened this issue Apr 25, 2017 · 3 comments
Labels
App Idea Ideas for new Cloudflare Apps

Comments

@ithinkihaveacat
Copy link

(1) generate a manifest file similar to https://webmanife.st/ (https://github.com/patrickkettner/manifestation) and (2) inject into HTML.

/cc @patrickkettner

@patrickkettner
Copy link

@ithinkihaveacat - when you say inject into html, how do you mean?

@ithinkihaveacat
Copy link
Author

@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.

@GirlBossRush GirlBossRush added the App Idea Ideas for new Cloudflare Apps label Mar 2, 2018
@matthewoates
Copy link

This is now possible with Cloudflare Workers. https://www.cloudflare.com/products/cloudflare-workers/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Idea Ideas for new Cloudflare Apps
Projects
None yet
Development

No branches or pull requests

4 participants