43 lines
788 B
JSON
43 lines
788 B
JSON
{
|
|
"name": "Hello.Kei",
|
|
"short_name": "Hello.Kei",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/android-ldpi.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/android-mdpi.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/android-hdpi.png",
|
|
"sizes": "288x288",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/android-xhdpi.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/android-xxhdpi.png",
|
|
"sizes": "576x576",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/android-xxxhdpi.png",
|
|
"sizes": "768x768",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#212529",
|
|
"background_color": "#212529",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait"
|
|
}
|