1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

add favicons and site manifests

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-01-24 16:42:07 +05:30
parent 9a88c34745
commit c2adcaec6c
15 changed files with 2031 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "A personal blog by Avinal",
"short_name": "Blog | Avinal",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}