diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..b488f73 --- /dev/null +++ b/manifest.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/resource/icon-120x120.png b/resource/icon-120x120.png new file mode 100644 index 0000000..a6a6b2a Binary files /dev/null and b/resource/icon-120x120.png differ diff --git a/resource/icon-180x180.png b/resource/icon-180x180.png new file mode 100644 index 0000000..6610670 Binary files /dev/null and b/resource/icon-180x180.png differ diff --git a/resource/icon-192x192.png b/resource/icon-192x192.png new file mode 100644 index 0000000..938764a Binary files /dev/null and b/resource/icon-192x192.png differ diff --git a/resource/icon-512x512.png b/resource/icon-512x512.png new file mode 100644 index 0000000..2b6c485 Binary files /dev/null and b/resource/icon-512x512.png differ