Skip to content

Instantly share code, notes, and snippets.

@web-crab
Created January 17, 2019 14:31
Show Gist options
  • Save web-crab/328b7eda745c0797f93c526f6d1c1a6d to your computer and use it in GitHub Desktop.
Save web-crab/328b7eda745c0797f93c526f6d1c1a6d to your computer and use it in GitHub Desktop.
{
"name": "App Name",
"short_name": "App Name",
"icons": [
{
"src": "/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment