Created
December 4, 2018 07:04
-
-
Save explooosion/3d689be1bcb9f5a9232404891d916d6a to your computer and use it in GitHub Desktop.
manifest sample file
This file contains 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": "Magic Leap - Magic Leap", | |
"short_name": "Magic Leap", | |
"start_url": "/", | |
"theme_color": "#fbfafa", | |
"background_color": "#fbfafa", | |
"display": "standalone", | |
"icons": [ | |
{ | |
"src": "/static/icons/android-chrome-36x36.png?v=20171114", | |
"sizes": "36x36", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/android-chrome-48x48.png?v=20171114", | |
"sizes": "48x48", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/android-chrome-72x72.png?v=20171114", | |
"sizes": "72x72", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/android-chrome-96x96.png?v=20171114", | |
"sizes": "96x96", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/android-chrome-144x144.png?v=20171114", | |
"sizes": "144x144", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/android-chrome-192x192.png?v=20171114", | |
"sizes": "192x192", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/android-chrome-256x256.png?v=20171114", | |
"sizes": "256x256", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/android-chrome-384x384.png?v=20171114", | |
"sizes": "384x384", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/android-chrome-512x512.png?v=20171114", | |
"sizes": "512x512", | |
"type": "image/png" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment