generator-jekyll-starter-kit
Version:
Combine Jekyll and Google web-starter-kit to enjoy the best of both worlds
36 lines (35 loc) • 738 B
JSON
{
"name": "<%= projectName %>",
"short_name": "<%= projectName %>",
"icons": [
{
"src": "images/touch/128x128.jpg",
"sizes": "128x128",
"type": "image/jpg"
},
{
"src": "images/touch/144x144.jpg",
"sizes": "144x144",
"type": "image/jpg"
},
{
"src": "images/touch/152x152.jpg",
"sizes": "152x152",
"type": "image/jpg"
},
{
"src": "images/touch/192x192.jpg",
"sizes": "192x192",
"type": "image/jpg"
},
{
"src": "images/touch/512x512.jpg",
"sizes": "512x512",
"type": "image/jpg"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#fdfdfd",
"theme_color": "#2873d6"
}