[PWA] Add manifest

gh-pages
riperiperi 2019-06-11 22:33:08 +01:00
parent 2ae06f6345
commit f979ef5379
5 changed files with 29 additions and 0 deletions

29
manifest.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "mkjs",
"display": "fullscreen",
"orientation": "landscape",
"background_color": "black",
"icons": [
{
"src": "/resource/icon-512-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/resource/icon-192-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/resource/icon-180-180.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "/resource/icon-120-120.png",
"type": "image/png",
"sizes": "120x120"
}
]
}

BIN
resource/icon-120x120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
resource/icon-180x180.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
resource/icon-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
resource/icon-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB