Skip to content

Instantly share code, notes, and snippets.

@ozknozsrt
Last active August 6, 2017 12:23
Show Gist options
  • Save ozknozsrt/39d43b0b271d288b6b86ccbe0a09d603 to your computer and use it in GitHub Desktop.
Save ozknozsrt/39d43b0b271d288b6b86ccbe0a09d603 to your computer and use it in GitHub Desktop.
manifest.json for PWA
{
"name": "PWA Title",
"short_name": "PWA Short Name",
"icons": [
{
"src": "pwa.png",
"type": "image/PNG",
"sizes": "144x144"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#282828"
}
---------------
<link rel="manifest" href="manifest.json">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment