Skip to content

Instantly share code, notes, and snippets.

@BolajiAyodeji
Created March 31, 2019 19:03
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 BolajiAyodeji/a2a04ac9eb7872214512f59e7c488d04 to your computer and use it in GitHub Desktop.
Save BolajiAyodeji/a2a04ac9eb7872214512f59e7c488d04 to your computer and use it in GitHub Desktop.
{
"name": "Weight Converter",
"short_name": "weight converter",
"icons": [
{
"src": "img/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "img/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "img/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "img/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "img/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "img/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "img/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ddd",
"theme_color": "#333"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment