litejs
Version:
Single-page application framework
28 lines (27 loc) • 548 B
JSON
{
"name": "LiteJS App",
"description": "One good app!",
"short_name": "LiteJS",
"icons": [
{
"src": "launcher-icon-2x.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "launcher-icon-3x.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "launcher-icon-4x.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "index.html",
"display": "fullscreen",
"orientation": "portrait",
"theme_color": "#27b",
"background_color": "#fff"
}