Created
October 6, 2024 17:10
-
-
Save henshaw/cdb71db40792a94c381015d2b4ec1014 to your computer and use it in GitHub Desktop.
macOS icons for PWA manifest file
This file contains 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
{ | |
"purpose": "any", | |
"sizes": "1024x1024", | |
"src": "/images/icon_512x512@2x.png", | |
"type": "image/png" | |
}, | |
{ | |
"purpose": "any", | |
"sizes": "512x512", | |
"src": "/images/icon_512x512.png", | |
"type": "image/png" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code referenced in the article: How to create PWA icons that look correct on all platforms and devices