localhub/site.webmanifest
2025-03-09 11:51:39 -04:00

19 lines
461 B
JSON
Executable File

{
"name": "Movie Hub",
"short_name": "Movie Hub",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#1b1f24",
"background_color": "#1b1f24",
"display": "standalone"
}