2021-02-01 23:10:53 +13:00
|
|
|
{
|
2021-02-10 06:38:52 +13:00
|
|
|
"name": "Libreddit",
|
|
|
|
"short_name": "Libreddit",
|
|
|
|
"display": "standalone",
|
2021-02-28 10:34:02 +13:00
|
|
|
"background_color": "#1f1f1f",
|
2021-02-10 06:38:52 +13:00
|
|
|
"description": "An alternative private front-end to Reddit",
|
2021-02-28 10:34:02 +13:00
|
|
|
"theme_color": "#1f1f1f",
|
2023-09-18 18:00:01 +12:00
|
|
|
"start_url": "/",
|
2021-02-10 06:38:52 +13:00
|
|
|
"icons": [
|
|
|
|
{
|
2021-02-22 17:37:53 +13:00
|
|
|
"src": "logo.png",
|
2021-02-10 06:38:52 +13:00
|
|
|
"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"
|
2021-02-10 06:38:52 +13:00
|
|
|
}
|
|
|
|
]
|
2023-09-18 18:00:01 +12:00
|
|
|
}
|