1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00
seirdy.one/static/manifest.webmanifest
rohan kumar 19520825bb
Icons 2: electric boogaloo
- More sizes
- webmanifest file for even more versions
- symlink icons instead of copying them; fewer binaries in the repo.
2020-12-14 22:11:33 -08:00

16 lines
257 B
JSON

{
"name": "",
"short_name": "",
"icons": [
{
"src": "https://seirdy.one/apple-touch-icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://seirdy.one/favicon.svg",
"sizes": "193x193",
"type": "image/svg"
}
]
}