Add manifest.json
This commit is contained in:
parent
2a167ba8ad
commit
97b8bac747
1 changed files with 21 additions and 0 deletions
21
frontend/static/manifest.json
Normal file
21
frontend/static/manifest.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Chillbox Music Player",
|
||||
"short_name": "Chillbox",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#334155",
|
||||
"theme_color": "#334155",
|
||||
"orientation": "portrait-primary",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue