1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/assets/manifest.webmanifest
rohan kumar 59bc793152
Asset organization
- 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/
2020-12-16 13:19:32 -08:00

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"
}
]
}