Files

12 lines
340 B
JSON
Raw Permalink Normal View History

2026-03-26 03:26:37 -07:00
{
"name": "API Media Player",
"short_name": "MediaPlayer",
"start_url": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#6200EE",
"icons": [
{ "src": "no-image.svg", "sizes": "192x192", "type": "image/svg+xml" },
{ "src": "no-image.svg", "sizes": "512x512", "type": "image/svg+xml" }
]
}