redsunlib/static/manifest.json

25 lines
424 B
JSON
Raw Permalink Normal View History

{
2023-12-27 12:25:52 +13:00
"name": "Redlib",
"short_name": "Redlib",
"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",
"start_url": "/",
"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"
}
]
}