Skip to content

Instantly share code, notes, and snippets.

@glauberramos
Created October 10, 2017 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glauberramos/e01c4423b6274c9b19ebf6e4af2c2eac to your computer and use it in GitHub Desktop.
Save glauberramos/e01c4423b6274c9b19ebf6e4af2c2eac to your computer and use it in GitHub Desktop.
Manifest json example
{
"name": "Cloudinary PWA Angular",
"short_name": "Cloudinary PWA",
"lang": "en-US",
"start_url": "/",
"display": "standalone",
"theme_color": "#0e2f5a",
"background_color": "#0e2f5a",
"icons": [
{
"src": "cloudinary.png",
"sizes": "1000x1000",
"type": "image/png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment