sudo-archive/public/site.webmanifest

21 lines
466 B
Plaintext
Raw Normal View History

2021-07-13 23:17:34 +00:00
{
2021-07-14 09:43:24 +00:00
"name": "movie-web",
"short_name": "movie-web",
2021-07-13 23:17:34 +00: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 09:43:24 +00:00
"display": "standalone",
"start_url": "/"
2021-07-13 23:17:34 +00:00
}