Created
December 3, 2017 15:01
-
-
Save KevCui/5c3680052b0f836070aefdae719b05e5 to your computer and use it in GitHub Desktop.
Post: Ship PWA Guided by Lighthouse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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