mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
59bc793152
- Use the recommended resolution for the open graph image - Since the mask-icon is onl served as a cache-busted asset and never served as a plain link from the site root, move it to assets/ - Cache-bust the webmanifest and put it in assets/
27 lines
521 B
JSON
27 lines
521 B
JSON
{
|
|
"name": "Seirdy's Home",
|
|
"short_name": "Seirdy",
|
|
"display": "browser",
|
|
"scope": "/",
|
|
"start_url": ".",
|
|
"icons": [
|
|
{
|
|
"src": "https://seirdy.one/apple-touch-icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "https://seirdy.one/favicon.svg",
|
|
"sizes": "1024x1024",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "https://seirdy.one/maskable_android.svg",
|
|
"sizes": "1024x1024",
|
|
"type": "image/svg+xml",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|