Skip to content

Instantly share code, notes, and snippets.

/manifest.json Secret

Created January 19, 2018 08:46
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 anonymous/b6726bc8b1fc3354c0493a01fbee195f to your computer and use it in GitHub Desktop.
Save anonymous/b6726bc8b1fc3354c0493a01fbee195f to your computer and use it in GitHub Desktop.
{
"name": "Ionic PWA Toolkit",
"short_name": "Ionic PWA",
"start_url": "/",
"display": "standalone",
"icons": [{
"src": "assets/icon/icon.png",
"sizes": "512x512",
"type": "image/png"
}],
"background_color": "#488aff",
"theme_color": "#488aff"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment