Created
July 3, 2017 05:19
-
-
Save whilelucky/6749d4747308770f23099dfede9174b1 to your computer and use it in GitHub Desktop.
webapp-manifest
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": "Treebo Hotels", | |
"short_name": "Treebo", | |
"description": "India's Top Rated Budget Hotel Chain", | |
"theme_color": "#ffffff", | |
"background_color": "#ffffff", | |
"start_url": "/", | |
"display": "standalone", | |
"orientation": "portrait", | |
"icons": [{ | |
"src": "...", | |
"sizes": "192x192", | |
"type": "image/png" | |
}, { | |
"src": "...", | |
"sizes": "512x512", | |
"type": "image/png" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment