@sharksv/hyper
Version:
A CLI to bootstrap new projects!
41 lines (40 loc) • 749 B
JSON
{
"name": "Hyper-Template",
"short_name": "HyBiolerplate",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "A bootstrap project template.",
"icons": [
{
"src": "Assets/homescreen48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "Assets/homescreen72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "Assets/homescreen96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "Assets/homescreen144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "Assets/homescreen168.png",
"sizes": "168x168",
"type": "image/png"
},
{
"src": "Assets/homescreen192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}