hyprland-wiki/static/site.webmanifest
Marco Bulgarelli b5eae94286
Backend: update favicons and manifest (#1185)
* Update favicons and manifest

* Fix wrong navbar icon size

* Revert 4d09426

* Remove `maskable` and `monochrome` from `purpose`

Icons would require more padding to be 100% `maskable` compliant. Adding more icon variants would require modifying the Hextra theme so we'll skip them for now.
2025-08-06 12:19:49 +03:00

32 lines
No EOL
816 B
JSON

{
"name": "Hyprland Wiki",
"short_name": "HyprWiki",
"description": "The official wiki for the Hyprland window manager",
"start_url": "/",
"dir": "auto",
"lang": "en-US",
"theme_color": "#111111",
"background_color": "#111111",
"display": "standalone",
"orientation": "any",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}