mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
19520825bb
- More sizes - webmanifest file for even more versions - symlink icons instead of copying them; fewer binaries in the repo.
16 lines
257 B
JSON
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"
|
|
}
|
|
]
|
|
}
|