mirror of
https://github.com/eRgo35/website.git
synced 2026-02-03 21:26:09 +01:00
26 lines
591 B
JSON
26 lines
591 B
JSON
{
|
|
"short_name": "Mike Czyż",
|
|
"name": "Michał Czyż's Website",
|
|
"description": "Michał Czyż - software developer, student, and creator.",
|
|
"icons": [
|
|
{
|
|
"src": "assets/favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "assets/logo192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "assets/logo512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#363a4f",
|
|
"background_color": "#24273a"
|
|
} |