lbry-desktop/web/static/pwa/manifest.json
Raphael Wickihalder a2b567889e
Update PWA manifest
2022-04-05 19:14:58 +02:00

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"
}
]
}