Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created October 6, 2024 17:10
Show Gist options
  • Select an option

  • Save henshaw/cdb71db40792a94c381015d2b4ec1014 to your computer and use it in GitHub Desktop.

Select an option

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

henshaw commented Oct 8, 2024

Copy link
Copy Markdown
Author

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