Skip to content

Instantly share code, notes, and snippets.

@jreiher2003
Created October 14, 2015 17:26
Show Gist options
  • Save jreiher2003/eed08b0218baeb226b82 to your computer and use it in GitHub Desktop.
Save jreiher2003/eed08b0218baeb226b82 to your computer and use it in GitHub Desktop.
Post domain + ssl setup.
{
"short_name": "Jeff Reiher",
"name": "The Jeff Reiher Awesome App",
"icons": [
{
"src": "/static/images/images_dest/jwr_black_crop-16_icon.png",
"sizes": "16x16"
},
{
"src": "/static/images/images_dest/jwr_black_crop-32_icon.png",
"sizes": "32x32"
},
{
"src": "/static/images/images_dest/jwr_black_crop-144_icon.png",
"sizes": "144x144"
},
],
"theme_color": "#ff0000",
"background_color": "#ff0000",
"start_url": "index.html",
"display": "standalone"
}
@jreiher2003
Copy link
Author

put in head tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment