2022-04-14 17:05:44 +00:00
|
|
|
{
|
|
|
|
"name": "stacker news",
|
|
|
|
"short_name": "SN",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/android-chrome-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/android-chrome-512x512.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "512x512"
|
2023-05-31 22:28:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/android-chrome-24x24.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "24x24"
|
2022-04-14 17:05:44 +00:00
|
|
|
}
|
|
|
|
],
|
2023-05-31 22:28:33 +00:00
|
|
|
"display": "standalone",
|
2023-05-11 22:29:05 +00:00
|
|
|
"theme_color": "#000000",
|
|
|
|
"background_color": "#ffffff",
|
2023-05-31 22:28:33 +00:00
|
|
|
"start_url": "/",
|
|
|
|
"url_handlers": [
|
|
|
|
{
|
|
|
|
"origin": "https://stacker.news"
|
|
|
|
}
|
|
|
|
]
|
2022-04-14 17:05:44 +00:00
|
|
|
}
|