Last active
September 29, 2019 15:44
-
-
Save danielleadams/7142250b5139b6fd05dfd61a6e5a3b9f to your computer and use it in GitHub Desktop.
manifest.json.example
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
| { | |
| "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