Created
May 31, 2019 02:04
-
-
Save tsq/8335c9fa440fb29349e55de56c5b989a to your computer and use it in GitHub Desktop.
the content of manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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