26 lines
548 B
JSON
26 lines
548 B
JSON
{
|
|
"name": "Photos - András Schmelczer",
|
|
"short_name": "Photos",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#eeeeee",
|
|
"theme_color": "#a63446",
|
|
"icons": [
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|