@controlla/cli
Version:
Command line interface for rapid Controlla projects development
31 lines (30 loc) • 640 B
JSON
{
"name": "{{ name }}",
"short_name": "",
"icons": [
{
"src": "images/touch/icon-128x128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "images/touch/apple-touch-icon.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "images/touch/ms-touch-icon-144x144-precomposed.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "images/touch/chrome-touch-icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#0066de"
}