first commit

This commit is contained in:
2026-03-26 03:26:37 -07:00
commit 38d50a814f
38 changed files with 7755 additions and 0 deletions

12
public/manifest.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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" }
]
}