Skip to content

Instantly share code, notes, and snippets.

@mayank
Created July 29, 2016 19:53
Show Gist options
  • Save mayank/3d0b57242e279a9c417302422974f274 to your computer and use it in GitHub Desktop.
Save mayank/3d0b57242e279a9c417302422974f274 to your computer and use it in GitHub Desktop.
Air Horner Progressive Web App - sample manifest file
{
"name": "The Air Horner",
"short_name": "Air Horner",
"icons": [
{
"src": "images/touch/Airhorner_512.png",
"type": "image/png",
"sizes": "512x512"
}],
"start_url": "/?homescreen=1",
"display": "standalone",
"orientation": "portrait",
"background_color": "#2196F3",
"theme_color": "#2196F3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment