Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

.manifest file #3

Open
marcobiedermann opened this issue Feb 11, 2015 · 1 comment
Open

.manifest file #3

marcobiedermann opened this issue Feb 11, 2015 · 1 comment

Comments

@marcobiedermann
Copy link
Owner

h5bp/html5-boilerplate#1629 (comment)

@marcobiedermann
Copy link
Owner Author

index.html

<link rel="manifest" href="manifest.json">

manifest.json

{
  name: "Website Name",
  scope: "./",
  icons: [
    {
      src: "img/icon.png",
      sizes: "192x192"
    }
  ],
  display: "standalone",
  start_url: "./"
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant