The SVG media query alone fixes the dark-mode icon for every SVG-capable browser (Chrome, Edge, Firefox, Safari 26+); the PNG only served Safari versions before 26, which is a shrinking legacy audience not worth a second asset, its manifest/link declarations, and the extra test surface. index.html and the manifest are back to the single SVG icon.
17 lines
267 B
JSON
17 lines
267 B
JSON
{
|
|
"id": "/",
|
|
"name": "DeepSeek Harness",
|
|
"short_name": "DSH",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "fullscreen",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|