Skip to content

Instantly share code, notes, and snippets.

@batmanhot
Forked from codigoconjuan/manifest.json
Created May 16, 2025 01:35
Show Gist options
  • Select an option

  • Save batmanhot/94322de06c8d4793886c49145d2fdaed to your computer and use it in GitHub Desktop.

Select an option

Save batmanhot/94322de06c8d4793886c49145d2fdaed 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"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment