mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"name": "Avinal",
|
|
"short_name": "Avinal",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#00aba9",
|
|
"background_color": "#00aba9",
|
|
"display": "standalone"
|
|
}
|