ImgScroll/html/manifest.json
Gurkengewuerz fd6f20da6a added WebServer Wrapper
Crawl more reddit metadata
save data tp sqlite
2018-10-10 23:58:01 +02:00

20 lines
423 B
JSON

{
"name": "ImgScroll",
"short_name": "ImgScroll",
"icons": [
{
"src": "/images/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#2b5797",
"theme_color": "#2b5797"
}