Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created August 22, 2020 16:36
Show Gist options
  • Select an option

  • Save codigoconjuan/72f048d5a2b4d70bb6b720bc1bf15a9c to your computer and use it in GitHub Desktop.

Select an option

Save codigoconjuan/72f048d5a2b4d70bb6b720bc1bf15a9c to your computer and use it in GitHub Desktop.
Icons para manifest
"icons": [
{
"src": "img/icons/Icon-72",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "img/icons/Icon-120.png",
"type": "image/png",
"sizes": "120x120"
},
{
"src": "img/icons/Icon-128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "img/icons/Icon-144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "img/icons/Icon-152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "img/icons/Icon-196.png",
"type": "image/png",
"sizes": "196x196"
},
{
"src": "img/icons/Icon-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "img/icons/Icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
@LuisTul
Copy link

LuisTul commented Jan 19, 2024

Gracias!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment