git-history/public/manifest.json
Rodrigo Pombo 468f8af76d Fix app
2019-02-10 14:10:11 -03:00

16 lines
296 B
JSON
Executable File

{
"short_name": "Git History",
"name": "Git History",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#d6deeb",
"background_color": "#011627"
}