-
-
Save batmanhot/94322de06c8d4793886c49145d2fdaed 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