Last active
December 20, 2017 05:08
-
-
Save lachlanagnew/a5c2169c41e921414deb9f3160d1171d to your computer and use it in GitHub Desktop.
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
# app/assets/javascript | |
{ | |
"name":"My App", | |
"short_name":"my-app", | |
"start_url":"/", | |
"icons":[ | |
{ | |
"src":"/images/my-push-logo-192x192.png", | |
"sizes":"192x192", | |
"type":"image/png" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment