Skip to content

Instantly share code, notes, and snippets.

@Chalarangelo
Created July 16, 2017 22:49
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 Chalarangelo/32998371c439a6099ebc5446e33fbf2e to your computer and use it in GitHub Desktop.
Save Chalarangelo/32998371c439a6099ebc5446e33fbf2e to your computer and use it in GitHub Desktop.
{
"name": "Mockup Progressive Web App",
"short_name": "Mock PWA",
"description": "A mock progressive web app built with React and mini.css.",
"lang": "en-US",
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#1a237e",
"icons": [
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment