Last active
January 10, 2020 11:19
-
-
Save iamparthaonline/51b429ef36b74398b42a44400f6c7caf 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
| { | |
| "name": "retest", | |
| "short_name": "RT", | |
| "background_color": "#ffffff", | |
| "description": "A description about app.", | |
| "display": "standalone", | |
| "theme_color": "#ffffff", | |
| "crossorigin": "use-credentials", | |
| "start_url": "/index.html", | |
| "icons": [{ | |
| "src": "src/assets/icons/logo.png", | |
| "sizes": [96, 128, 192, 256, 384, 512] | |
| }, | |
| { | |
| "src": "src/assets/icons/logo.png", | |
| "size": 1024, | |
| "destination": "icons/ios", | |
| "ios": "startup" | |
| }, | |
| { | |
| "src": "src/assets/icons/logo.png", | |
| "size": "1024x1024" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment