git-history/public/manifest.json

16 lines
296 B
JSON
Raw Normal View History

2019-02-05 00:01:14 +03:00
{
2019-02-08 06:01:26 +03:00
"short_name": "Git History",
"name": "Git History",
2019-02-05 00:01:14 +03:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
2019-02-10 20:10:11 +03:00
"theme_color": "#d6deeb",
"background_color": "#011627"
2019-02-05 00:01:14 +03:00
}