Created
June 28, 2018 15:03
-
-
Save abdus/ff11c52ef49861a04ef0acb957df1875 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
{ | |
"short_name": "Abdus", | |
"name": "Abdus", | |
"icon": [ | |
{ | |
"src": "/pwa/img/icons-192.png", | |
"type": "image/png", | |
"sizes": "192x192" | |
}, | |
{ | |
"src": "/pwa/img/icons-512.png", | |
"type": "image/png", | |
"sizes": "512x512" | |
} | |
], | |
"start_url": "/", | |
"background_color": "#3367D6", | |
"display": "standalone", | |
"orientation": "landscape", | |
"theme_color": "#3367D6" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment