movie-web/public/site.webmanifest

21 lines
466 B
Plaintext
Raw Normal View History

2021-07-14 01:17:34 +02:00
{
2021-07-14 11:43:24 +02:00
"name": "movie-web",
"short_name": "movie-web",
2021-07-14 01:17:34 +02:00
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#E880C5",
"background_color": "#16171D",
2021-07-14 11:43:24 +02:00
"display": "standalone",
"start_url": "/"
2021-07-14 01:17:34 +02:00
}