lbry-desktop/web/static/pwa/manifest.json

29 lines
617 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": "standalone",
2021-06-04 20:58:32 +02:00
"description": "Launch your own channel | Watch and share videos",
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
}