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

Consider adding a Web Manifest file to support "saving to homescreen" #1862

Closed
elisechant opened this issue Jun 9, 2016 · 3 comments
Closed

Comments

@elisechant
Copy link

As a progressive enhancement, considering that h5bp supports favicons, I see that it should also support linking to a manifest.webmanifest file which would enable "save to homescreen" functionality and sensible defaults for meta associated with Web App (or website) such as name, description, icon etc.

index.html
<link rel="manifest" href="manifest.webmanifest">

manifest.webmanifest

{
  "lang": "en",
  "dir": "ltr",
  "name": "Super Racer 2000",
  "description": "The ultimate futuristic racing game from the future!",
  "short_name": "Racer2K",
  "icons": [{
    "src": "icon/lowres.webp",
    "sizes": "64x64",
    "type": "image/webp"
  },{
    "src": "icon/lowres.png",
    "sizes": "64x64"
  }, {
    "src": "icon/hd_hi",
    "sizes": "128x128"
  }],
  "scope": "/racer/",
  "start_url": "/racer/start.html",
  "display": "fullscreen",
  "orientation": "landscape",
  "theme_color": "aliceblue",
  "background_color": "red"
}
@22923076
Copy link

I also have a Alcatel One Touch A521L and I use straight talk services. How would I use tools such as this to stay connected?

@22923076
Copy link

I can't seem to have any luck with html

@paulirish
Copy link
Member

closing as dupe of #1629

but yes we should do this

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

No branches or pull requests

3 participants