lbry-desktop/static/pwa/manifest.json

15 lines
277 B
JSON
Raw Normal View History

2021-05-25 19:40:48 +02:00
{
"name": "LBRY",
"short_name": "LBRY",
"theme_color": "#183793",
"background_color": "#FAFAFA",
"display": "minimal-ui",
"scope": "/",
"start_url": "/",
"icons": [{
"src": "/public/pwa/icon-512.png",
"type" : "image/png",
"sizes": "512x512"
}]
}