tilde/manifest.json

20 lines
432 B
JSON
Raw Permalink Normal View History

2021-12-10 09:59:04 +00:00
{
"name": "ayham.xyz",
"short_name": "ayham.xyz",
"lang": "en-US",
"start_url": "/index.htm",
"display": "standalone",
2021-12-10 10:12:54 +00:00
"background_color": "black",
"theme_color": "black",
2021-12-10 10:04:09 +00:00
"icons": [{
2021-12-10 10:12:54 +00:00
"src": "pix/pfp/512x512.webp",
2021-12-10 10:04:09 +00:00
"sizes": "512x512",
"type": "image/png"
2021-12-10 10:21:09 +00:00
}, {
"src": "pix/pfp/196x196_masked.webp",
"sizes": "196x196",
2021-12-10 10:23:20 +00:00
"type": "image/png",
"purpose": "any maskable"
2021-12-10 10:05:50 +00:00
}]
2021-12-10 09:59:04 +00:00
}