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

add favicon and html page handling

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2022-09-16 02:35:40 +05:30
parent 3840e00bec
commit fe325ca25a
18 changed files with 282 additions and 5863 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "Be My SpaceTime",
"short_name": "SpaceTime",
"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"
}