Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Created December 6, 2017 13:37
Show Gist options
  • Save brittanydionigi/21317999ce83565d73048d48b14bb518 to your computer and use it in GitHub Desktop.
Save brittanydionigi/21317999ce83565d73048d48b14bb518 to your computer and use it in GitHub Desktop.
hotMark Web App Manifest
{
"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