Skip to content

Instantly share code, notes, and snippets.

@abdus
Created June 28, 2018 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdus/ff11c52ef49861a04ef0acb957df1875 to your computer and use it in GitHub Desktop.
Save abdus/ff11c52ef49861a04ef0acb957df1875 to your computer and use it in GitHub Desktop.
{
"short_name": "Abdus",
"name": "Abdus",
"icon": [
{
"src": "/pwa/img/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/pwa/img/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#3367D6",
"display": "standalone",
"orientation": "landscape",
"theme_color": "#3367D6"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment