1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-21 15:04:01 +02:00

add app manifest file

This commit is contained in:
Kushagra Gour
2018-06-17 16:09:59 +05:30
parent 8c246037b5
commit 6001a2fb18

21
pwa-manifest.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "webmaker",
"short_name": "webmaker",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#fff",
"theme_color": "#673ab8",
"icons": [
{
"src": "/assets/icons/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/assets/icons/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}