2020-10-02 18:09:51 +02:00
|
|
|
{
|
2021-01-23 21:44:00 +01:00
|
|
|
"name": "Tubio - Video Downloader",
|
|
|
|
"short_name": "Tubio",
|
2020-10-02 18:09:51 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/android-chrome-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/android-chrome-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
],
|
2021-01-23 21:44:00 +01:00
|
|
|
"theme_color": "#87D1E6",
|
|
|
|
"background_color": "#04254e",
|
2020-10-02 18:09:51 +02:00
|
|
|
"display": "standalone"
|
|
|
|
}
|