Created
June 17, 2019 04:18
-
-
Save tkssharma/059d11b45b459719d1d3b0d04e14dc14 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
{ | |
"author": " Application", | |
"background_color": "#3367D6", | |
"description": "app", | |
"display": "fullscreen", | |
"icons": [ | |
{ | |
"src": "favicon.ico", | |
"sizes": "64x64 32x32 24x24 16x16", | |
"type": "image/x-icon" | |
} | |
], | |
"lang": "en-US", | |
"name": "App", | |
"orientation": "portrait", | |
"scope": "./", | |
"short_name": "App", | |
"start_url": "index.html", | |
"theme_color": "#0099ff", | |
"version": "0.1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment