Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created June 20, 2018 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/a422d3a8cb178fa09dd06dcc080dcad7 to your computer and use it in GitHub Desktop.
Save goofmint/a422d3a8cb178fa09dd06dcc080dcad7 to your computer and use it in GitHub Desktop.
{
"lang": "ja",
"display": "standalone",
"short_name": "hifiveTodo",
"name": "hifiveTodo",
"orientation": "portrait",
"icons": [
{
"src": "launcher-icon-1x.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "launcher-icon-2x.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "launcher-icon-3x.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "./index.html",
"background_color": "#e1efde",
"theme_color": "#e1efde"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment