lbry-desktop/static/pwa/manifest.json

30 lines
720 B
JSON
Raw Normal View History

2021-05-25 19:40:48 +02:00
{
2021-06-01 16:10:39 +02:00
"name": "Odysee",
"short_name": "Odysee",
2021-06-03 17:36:55 +02:00
"theme_color": "#fa6164",
2021-05-25 19:40:48 +02:00
"background_color": "#FAFAFA",
"display": "minimal-ui",
2021-06-01 16:10:39 +02:00
"description": "Odysee is a place where you can find great videos, music, ebooks, and more: imagine a vast digital library that is available on all of your devices.",
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"
}
,
{
"src": "/public/pwa/icon-180.png",
"type": "image/png",
"sizes": "180x180"
}
],
"prefer_related_applications": false
2021-05-25 19:40:48 +02:00
}