first commit
This commit is contained in:
12
public/manifest.json
Normal file
12
public/manifest.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user