Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created October 6, 2024 17:10
Show Gist options
  • Save henshaw/cdb71db40792a94c381015d2b4ec1014 to your computer and use it in GitHub Desktop.
Save henshaw/cdb71db40792a94c381015d2b4ec1014 to your computer and use it in GitHub Desktop.
macOS icons for PWA manifest file
{
"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"
}
@henshaw
Copy link
Author

henshaw commented Oct 8, 2024

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