mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-19 19:20:02 +01:00
* 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.
32 lines
No EOL
816 B
JSON
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"
|
|
}
|
|
]
|
|
} |