Created
December 5, 2020 09:41
-
-
Save mp5maker/7c70794468c3876a16447f0fa9c5039a to your computer and use it in GitHub Desktop.
Vtecx app Manifest
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
{ | |
"short_name": "PWA", | |
"name": "Progressive Web App", | |
"lang": "en", | |
"background_color": "#343a40", | |
"theme_color": "#343a40", | |
"display": "standalone", | |
"scope": "/", | |
"start_url": "/", | |
"icons": [ | |
{ | |
"src": "img/icon-72x72.png", | |
"sizes": "72x72", | |
"type": "image/png" | |
}, | |
{ | |
"src": "img/icon-96x96.png", | |
"sizes": "96x96", | |
"type": "image/png" | |
}, | |
{ | |
"src": "img/icon-128x128.png", | |
"sizes": "128x128", | |
"type": "image/png" | |
}, | |
{ | |
"src": "img/icon-144x144.png", | |
"sizes": "144x144", | |
"type": "image/png" | |
}, | |
{ | |
"src": "img/icon-152x152.png", | |
"sizes": "152x152", | |
"type": "image/png" | |
}, | |
{ | |
"src": "img/icon-192x192.png", | |
"sizes": "192x192", | |
"type": "image/png", | |
"purpose": "any maskable" | |
}, | |
{ | |
"src": "img/icon-384x384.png", | |
"sizes": "384x384", | |
"type": "image/png" | |
}, | |
{ | |
"src": "img/icon-512x512.png", | |
"sizes": "512x512", | |
"type": "image/png" | |
} | |
], | |
"prefer_related_applications": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment