redsunlib/static/manifest.json

23 lines
410 B
JSON
Raw Permalink Normal View History

{
"name": "Libreddit",
"short_name": "Libreddit",
"display": "standalone",
2021-02-28 10:34:02 +13:00
"background_color": "#1f1f1f",
"description": "An alternative private front-end to Reddit",
2021-02-28 10:34:02 +13:00
"theme_color": "#1f1f1f",
"icons": [
{
2021-02-22 17:37:53 +13:00
"src": "logo.png",
"sizes": "512x512",
"type": "image/png"
2021-02-22 17:37:53 +13:00
},
{
2021-02-26 06:07:45 +13:00
"src": "apple-touch-icon.png",
"sizes": "180x180"
2021-02-22 17:37:53 +13:00
},
{
"src": "favicon.ico",
"sizes": "32x32"
}
]
}