Overview manifest
{
"name": "Your Greate Application",
"short_name": "You Apps",
"description": "What a great Application for you guys",
"icons": [
{
"src": "launcher-icon-1x.png",
"sizes": "48x48",
"type": "image/png",
"density": "1.0"
}
],
"start_url": "index.html",
"display": "standalone",
"orientation": "landscape"
}
WebApplications Korea
- You SHOULD add `name`,
`short_name`, `description`
- The short_name is preferred
over name