Files
api-HydrusNetwork/public/manifest.json
2026-03-26 03:26:37 -07:00

12 lines
340 B
JSON

{
"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" }
]
}