2021-05-25 19:40:48 +02:00
|
|
|
{
|
2021-06-01 16:10:39 +02:00
|
|
|
"name": "Odysee",
|
|
|
|
"short_name": "Odysee",
|
2022-02-11 19:50:55 +01:00
|
|
|
"theme_color": "#de0050",
|
|
|
|
"background_color": "#202020",
|
2021-06-10 22:56:23 +02:00
|
|
|
"display": "standalone",
|
2022-02-07 12:40:15 +01:00
|
|
|
"description": "Explore a whole universe of videos on Odysee from regular people just like you!",
|
2021-05-25 19:40:48 +02:00
|
|
|
"scope": "/",
|
|
|
|
"start_url": "/",
|
2021-06-01 16:10:39 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/public/pwa/icon-192.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "192x192"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/public/pwa/icon-512.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "512x512"
|
2021-06-04 20:58:32 +02:00
|
|
|
},
|
2021-06-01 16:10:39 +02:00
|
|
|
{
|
|
|
|
"src": "/public/pwa/icon-180.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "180x180"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"prefer_related_applications": false
|
2021-05-25 19:40:48 +02:00
|
|
|
}
|