Skip to content

Instantly share code, notes, and snippets.

@danielleadams
Last active September 29, 2019 15:44
Show Gist options
  • Save danielleadams/7142250b5139b6fd05dfd61a6e5a3b9f to your computer and use it in GitHub Desktop.
Save danielleadams/7142250b5139b6fd05dfd61a6e5a3b9f to your computer and use it in GitHub Desktop.
manifest.json.example
{
"name": "Danielle Code App",
"short_name": "D Code App",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"description": "My super fun app 🎉",
"icons": [{
"src": "images/icon48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "images/icon72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "images/icon144.png",
"sizes": "144x144",
"type": "image/png"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment