lbry-desktop/web/static/pwa/manifest.json
mayeaux 0c4f85fe53
MAKE ODYSEE EVEN MORE BEAUTIFUL (#539)
WE LOVE YOU RAPHAEL FOR MAKING THIS HAPPEN!
2022-02-11 13:50:55 -05:00

28 lines
648 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": false
}