lbry-desktop/static/pwa/manifest.json
2021-06-04 12:05:23 -04:00

15 lines
277 B
JSON

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