Skip to content

Instantly share code, notes, and snippets.

@alex-titarenko
Last active May 15, 2019 17:34
Show Gist options
  • Save alex-titarenko/8fa350578282b2966dd24016ab7d06c0 to your computer and use it in GitHub Desktop.
Save alex-titarenko/8fa350578282b2966dd24016ab7d06c0 to your computer and use it in GitHub Desktop.
PWA Blog Post - Code snippets (manifest.json)
{
"name": "First PWA",
"short_name": "PWA",
"start_url": "/",
"display": "standalone",
"theme_color": "#ffffff",
"background_color":"#ffffff",
"icons": [
{
"src": "logo-512.png",
"sizes": "512x512",
"type": "image/png"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment