diff --git a/client/imgs/android-icon-144x144.png b/client/imgs/android-icon-144x144.png new file mode 100644 index 0000000..8f0c896 Binary files /dev/null and b/client/imgs/android-icon-144x144.png differ diff --git a/client/imgs/android-icon-192x192.png b/client/imgs/android-icon-192x192.png new file mode 100644 index 0000000..c19cb84 Binary files /dev/null and b/client/imgs/android-icon-192x192.png differ diff --git a/client/imgs/android-icon-36x36.png b/client/imgs/android-icon-36x36.png new file mode 100644 index 0000000..25d42bf Binary files /dev/null and b/client/imgs/android-icon-36x36.png differ diff --git a/client/imgs/android-icon-48x48.png b/client/imgs/android-icon-48x48.png new file mode 100644 index 0000000..5efad5b Binary files /dev/null and b/client/imgs/android-icon-48x48.png differ diff --git a/client/imgs/android-icon-72x72.png b/client/imgs/android-icon-72x72.png new file mode 100644 index 0000000..47bba65 Binary files /dev/null and b/client/imgs/android-icon-72x72.png differ diff --git a/client/imgs/android-icon-96x96.png b/client/imgs/android-icon-96x96.png new file mode 100644 index 0000000..a8bd194 Binary files /dev/null and b/client/imgs/android-icon-96x96.png differ diff --git a/client/index.html b/client/index.html index 98b9428..9238c66 100644 --- a/client/index.html +++ b/client/index.html @@ -11,6 +11,7 @@ + diff --git a/client/manifest.json b/client/manifest.json new file mode 100644 index 0000000..7b66c9e --- /dev/null +++ b/client/manifest.json @@ -0,0 +1,40 @@ +{ + "short_name": "HC", + "name": "Hack-Chat", + "icons": [ + { + "src": "imgs/android-icon-36x36.png", + "sizes": "36x36", + "type": "image/png" + }, + { + "src": "imgs/android-icon-48x48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "imgs/android-icon-72x72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "imgs/android-icon-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "imgs/android-icon-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "imgs/android-icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "start_url": "./", + "display": "minimal-ui", + "theme_color": "#a6a28c", + "background_color": "#ffffff" +}