Skip to content

Instantly share code, notes, and snippets.

@tsq
Created May 31, 2019 02:04
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 tsq/8335c9fa440fb29349e55de56c5b989a to your computer and use it in GitHub Desktop.
Save tsq/8335c9fa440fb29349e55de56c5b989a to your computer and use it in GitHub Desktop.
the content of manifest.json
{
"name": "COINMARKET",
"short_name": "COINMARKET",
"description": "An App that displays the mark cap rankings, price, details and more for the top 100 larget crytocurrencies based on overall market cap.",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#00d1b2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment