Skip to content

Instantly share code, notes, and snippets.

@scottdomes
Last active May 22, 2018 13:23
Show Gist options
  • Save scottdomes/8b61d5cb180344c4e643c4156c47652b to your computer and use it in GitHub Desktop.
Save scottdomes/8b61d5cb180344c4e643c4156c47652b to your computer and use it in GitHub Desktop.
{
"short_name": "My First PWA",
"name": "My First Progressive Web App",
"icons": [
{
"src":"icon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/?utm_source=homescreen",
"background_color": "#222",
"theme_color": "#222",
"display": "standalone"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment