Created
July 16, 2017 22:49
-
-
Save Chalarangelo/32998371c439a6099ebc5446e33fbf2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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