Skip to content

Instantly share code, notes, and snippets.

@whilelucky
Created July 3, 2017 05:19
Show Gist options
  • Save whilelucky/6749d4747308770f23099dfede9174b1 to your computer and use it in GitHub Desktop.
Save whilelucky/6749d4747308770f23099dfede9174b1 to your computer and use it in GitHub Desktop.
webapp-manifest
{
"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