Created
December 6, 2017 13:37
-
-
Save brittanydionigi/21317999ce83565d73048d48b14bb518 to your computer and use it in GitHub Desktop.
hotMark Web App Manifest
This file contains hidden or 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
{ | |
"short_name": "hotMark", | |
"name": "Your Favorite MarkDown Previewer", | |
"background_color": "#dcaffd", | |
"theme_color": "#74c7fd", | |
"display": "fullscreen", | |
"icons": [ | |
{ | |
"src": "img/icon-48.png", | |
"type": "image/png", | |
"sizes": "48x48" | |
}, | |
{ | |
"src": "img/icon-96.png", | |
"type": "image/png", | |
"sizes": "96x96" | |
}, | |
{ | |
"src": "img/icon-192.png", | |
"type": "image/png", | |
"sizes": "192x192" | |
}, | |
{ | |
"src": "img/icon-512.png", | |
"type": "image/png", | |
"sizes": "512x512" | |
} | |
], | |
"start_url": "index.html?launcher=true" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment