Skip to content

Instantly share code, notes, and snippets.

@iamparthaonline
Last active January 10, 2020 11:19
Show Gist options
  • Select an option

  • Save iamparthaonline/51b429ef36b74398b42a44400f6c7caf to your computer and use it in GitHub Desktop.

Select an option

Save iamparthaonline/51b429ef36b74398b42a44400f6c7caf to your computer and use it in GitHub Desktop.
{
"name": "retest",
"short_name": "RT",
"background_color": "#ffffff",
"description": "A description about app.",
"display": "standalone",
"theme_color": "#ffffff",
"crossorigin": "use-credentials",
"start_url": "/index.html",
"icons": [{
"src": "src/assets/icons/logo.png",
"sizes": [96, 128, 192, 256, 384, 512]
},
{
"src": "src/assets/icons/logo.png",
"size": 1024,
"destination": "icons/ios",
"ios": "startup"
},
{
"src": "src/assets/icons/logo.png",
"size": "1024x1024"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment