reddit-slideshow/public/manifest.json

26 lines
530 B
JSON
Raw Normal View History

2019-07-27 01:22:51 -05:00
{
"name": "Reddit Slideshow",
"short_name": "Reddit Slideshow",
2019-07-27 01:22:51 -05:00
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
2019-07-27 01:22:51 -05:00
{
"src": "favicon.ico",
"sizes": "32x32 24x24 16x16",
2019-07-27 01:22:51 -05:00
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "fullscreen",
2019-07-27 01:22:51 -05:00
"theme_color": "#000000",
"background_color": "#000000"
2019-07-27 01:22:51 -05:00
}