34 lines
747 B
JSON
34 lines
747 B
JSON
{
|
|
"name": "Odysee",
|
|
"short_name": "Odysee",
|
|
"theme_color": "#de0050",
|
|
"background_color": "#202020",
|
|
"display": "standalone",
|
|
"description": "Explore a whole universe of videos on Odysee from regular people just like you!",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/public/pwa/icon-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/public/pwa/icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/public/pwa/icon-180.png",
|
|
"type": "image/png",
|
|
"sizes": "180x180"
|
|
}
|
|
],
|
|
"prefer_related_applications": true,
|
|
"related_applications": [
|
|
{
|
|
"platform": "play",
|
|
"id": "com.odysee.app"
|
|
}
|
|
]
|
|
}
|