Skip to content

Instantly share code, notes, and snippets.

@amitmerchant1990
Created November 15, 2016 11:24
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 amitmerchant1990/ea50498abf28cd04083ccc200ac19227 to your computer and use it in GitHub Desktop.
Save amitmerchant1990/ea50498abf28cd04083ccc200ac19227 to your computer and use it in GitHub Desktop.
{
"short_name": "Notepad",
"name": "Notepad",
"display": "standalone",
"icons": [
{
"src": "img/icon-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "img/icon-96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "img/icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "img/icon-196.png",
"sizes": "196x196",
"type": "image/png"
}
],
"start_url": "index.html",
"theme_color": "#9b59b6",
"background_color": "#EEEEEE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment