libreddit/static/manifest.json

23 lines
411 B
JSON
Raw Normal View History

{
"name": "Libreddit",
"short_name": "Libreddit",
"display": "standalone",
"background_color": "#1F1F1F",
"description": "An alternative private front-end to Reddit",
"theme_color": "#1F1F1F",
"icons": [
{
2021-02-22 05:37:53 +01:00
"src": "logo.png",
"sizes": "512x512",
"type": "image/png"
2021-02-22 05:37:53 +01:00
},
{
"src": "touch-icon-iphone.png",
"sizes": "152x152"
},
{
"src": "favicon.ico",
"sizes": "32x32"
}
]
}