18 lines
312 B
JSON
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"
|
|
}
|
|
]
|
|
}
|