Created
August 22, 2020 16:36
-
-
Save codigoconjuan/72f048d5a2b4d70bb6b720bc1bf15a9c to your computer and use it in GitHub Desktop.
Icons para manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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
Hola, buenas. Me encantan las clases, explica muy bien el profe, tengo dos cursos que son lo máximo. Dejo un comentario sobre la primer línea: "src": "img/icons/Icon-72", le faltaria el .png (sin ofender, por si alguno lo pasa por alto, me da warning el navegador). Abrazo grande al mundo de la programación.