2022-12-15 20:07:02 +00:00
|
|
|
{
|
|
|
|
"name": "CloudTube",
|
|
|
|
"short_name": "CloudTube",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/static/images/android-chrome-192x192.png",
|
|
|
|
"sizes": "192x192",
|
2022-12-20 23:23:21 +00:00
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
2022-12-15 20:07:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/static/images/android-chrome-512x512.png",
|
|
|
|
"sizes": "512x512",
|
2022-12-20 23:23:21 +00:00
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/static/images/maskable-icon-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/static/images/maskable-icon-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2022-12-15 20:07:02 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"theme_color": "#36393f",
|
|
|
|
"background_color": "#36393f",
|
|
|
|
"start_url": "/",
|
|
|
|
"display": "standalone"
|
|
|
|
}
|