LINKED PROMO — Favicons
========================

3 vector sources (rasterize to any size you need) + a ready PNG set + multi-res ICO.

Files
-----
favicon.svg            chevron, transparent — browser tab (primary)
favicon-16/32/48/64.png  raster fallback for old browsers
favicon.ico            multi-resolution 16·32·48 (classic fallback)
icon.svg               navy rounded square — PWA / Android / maskable
icon-192/256/512.png   PWA manifest sizes
apple-touch-icon.svg   blue square, white chevron — iOS
apple-touch-icon.png   180x180 — iOS home screen

HTML <head>
-----------
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">

manifest.json
-------------
"icons": [
  { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
  { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]

Need JPG / WebP or a non-standard size? Generate it on the Download page
(design.linked.promo/download) — every format button rasterizes from the SVG.
