Skip to content

Instantly share code, notes, and snippets.

@jacobdalamb
Last active October 10, 2025 17:19
Show Gist options
  • Save jacobdalamb/b44e8a3c1e855b56f89826a1ccf20b70 to your computer and use it in GitHub Desktop.
Save jacobdalamb/b44e8a3c1e855b56f89826a1ccf20b70 to your computer and use it in GitHub Desktop.
<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
<link rel="manifest" href="/manifest.webmanifest"> <!-- PWA only -->
{
"icons": [
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
{ "src": "/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