lighthouse
Version:
> Stops you crashing into the rocks; lights the way
27 lines (26 loc) • 569 B
JSON
{
"short_name": "ExApp",
"name": "Example App",
"start_url": "./",
"icons": [
{
"src": "/images/chrome-touch-icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/images/chrome-touch-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/chrome-touch-icon-384x384.png",
"sizes": "128x128 384x384",
"type": "image/png"
}
],
"background_color": "#FAFAFA",
"theme_color": "#123123",
"display": "standalone",
"orientation": "portrait"
}