Last active
October 17, 2018 13:58
-
-
Save jan-j/d9b3fa63f55cf227959157afb5e82345 to your computer and use it in GitHub Desktop.
PWA test
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
{ | |
"name": "PWA Full Name 2", | |
"short_name": "PWA Short name 2", | |
"display": "standalone", | |
"background_color": "#3E4EB8", | |
"theme_color": "#2F3BA2", | |
"start_url": "https://s.codepen.io/jan-j/debug/ZqrxEO/gaMeYZvWQmzM", | |
"icons": [ | |
{ | |
"src": "https://pbs.twimg.com/profile_images/837725662886637568/Bhxc7Yow_400x400.jpg", | |
"sizes": "144x144", | |
"type": "image/jpg" | |
}, | |
{ | |
"src": "https://pbs.twimg.com/profile_images/837725662886637568/Bhxc7Yow_400x400.jpg", | |
"sizes": "256x256", | |
"type": "image/jpg" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment