diff --git a/icon-192x192.png b/icon-192x192.png new file mode 100644 index 0000000..6d2f3ff Binary files /dev/null and b/icon-192x192.png differ diff --git a/icon-512x512.png b/icon-512x512.png new file mode 100644 index 0000000..0efe2ad Binary files /dev/null and b/icon-512x512.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..ab4a962 --- /dev/null +++ b/manifest.json @@ -0,0 +1,22 @@ +{ + "name": "Research-Nexas", + "short_name": "Research-Nexas", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000", + "icons": [ + { + "src": "/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] + + } + diff --git a/public/index.html b/public/index.html index 2167715..cde4121 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,9 @@ + + +