Last active
July 28, 2019 21:07
-
-
Save kimuradev/5f44e33433dc5696771ec2ef16606085 to your computer and use it in GitHub Desktop.
PWA Medium
This file contains hidden or 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": "Vanilla PWA", | |
"short_name": "PWA", | |
"lang": "pt-BR", | |
"start_url": "/index.html", | |
"display": "standalone", | |
"background_color": "white", | |
"theme_color": "white" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment