Files
movie-select/public/manifest.webmanifest
2026-03-01 11:44:21 +01:00

18 lines
312 B
JSON

{
"name": "Movie Select",
"short_name": "MovieSelect",
"start_url": "/movies/",
"scope": "/movies/",
"display": "standalone",
"background_color": "#f8fafc",
"theme_color": "#0b0f14",
"icons": [
{
"src": "/movies/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}