Skip to content

Instantly share code, notes, and snippets.

@jan-j
Last active October 17, 2018 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jan-j/d9b3fa63f55cf227959157afb5e82345 to your computer and use it in GitHub Desktop.
Save jan-j/d9b3fa63f55cf227959157afb5e82345 to your computer and use it in GitHub Desktop.
PWA test
{
"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