mirror of
https://github.com/danog/danog.github.io.git
synced 2024-11-26 20:04:55 +01:00
20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"name": "",
|
|
"short_name": "",
|
|
"icons": [
|
|
{
|
|
"src": "/favicons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/favicons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#0c1821",
|
|
"background_color": "#0c1821",
|
|
"display": "standalone"
|
|
}
|