1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-09-02 17:42:39 +02:00

manifest fixes

This commit is contained in:
Kushagra Gour
2018-06-22 12:38:00 +05:30
parent 9b8fb30b56
commit 7cd3902898
12 changed files with 55 additions and 23 deletions

52
manifest.json Executable file
View File

@@ -0,0 +1,52 @@
{
"name": "Web Maker",
"short_name": "web maker",
"theme_color": "#ff6200",
"background_color": "#b3b5b6",
"display": "standalone",
"Scope": "/",
"start_url": "/",
"icons": [
{
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"splash_pages": null
}