23 lines
535 B
JSON
23 lines
535 B
JSON
|
||
|
||
{
|
||
"name": "Aliberk Sandıkçı",
|
||
"short_name": "Aliberk Sandıkçı",
|
||
"description": "Personal Website & Blog of Aliberk Sandıkçı",
|
||
"icons": [
|
||
{
|
||
"src": "/assets/img/favicons/android-chrome-192x192.png",
|
||
"sizes": "192x192",
|
||
"type": "image/png"
|
||
},
|
||
{
|
||
"src": "/assets/img/favicons/android-chrome-512x512.png",
|
||
"sizes": "512x512",
|
||
"type": "image/png"
|
||
}],
|
||
"start_url": "/index.html",
|
||
"theme_color": "#2a1e6b",
|
||
"background_color": "#ffffff",
|
||
"display": "fullscreen"
|
||
}
|
||
|