Created
February 9, 2020 09:22
-
-
Save vinitraj10/027afdd0f5a370278e89c8d77341ddd4 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
| { | |
| "short_name": "Groww Academy", | |
| "name": "A One Stop Solution To Learn About Investment", | |
| "icons": [ | |
| { | |
| "src": "favicon.ico", | |
| "sizes": "64x64 32x32 24x24 16x16", | |
| "type": "image/x-icon" | |
| }, | |
| { | |
| "src": "logo192.png", | |
| "type": "image/png", | |
| "sizes": "192x192" | |
| }, | |
| { | |
| "src": "logo512.png", | |
| "type": "image/png", | |
| "sizes": "512x512" | |
| } | |
| ], | |
| "start_url": "https://learn.groww.in", | |
| "display": "standalone", | |
| "theme_color": "#1b1f27", | |
| "background_color": "#1b1f27" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment