Skip to content

Instantly share code, notes, and snippets.

@KevCui
Created December 3, 2017 15:01
Show Gist options
  • Save KevCui/5c3680052b0f836070aefdae719b05e5 to your computer and use it in GitHub Desktop.
Save KevCui/5c3680052b0f836070aefdae719b05e5 to your computer and use it in GitHub Desktop.
Post: Ship PWA Guided by Lighthouse
{
"short_name": "Kevin",
"name": "Krazy Kevin",
"icons": [
{
"src":"/images/favicons/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "https://krazycavin.github.io/#blog",
"background_color": "#000",
"theme_color": "#000",
"display": "standalone"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment