diff --git a/core/static/logo.png b/core/static/logo.png new file mode 100644 index 0000000..37787f0 Binary files /dev/null and b/core/static/logo.png differ diff --git a/core/static/manifest.webmanifest b/core/static/manifest.webmanifest new file mode 100644 index 0000000..4357ad9 --- /dev/null +++ b/core/static/manifest.webmanifest @@ -0,0 +1,15 @@ +{ + "background_color": "white", + "description": "Search for anything.", + "display": "fullscreen", + "icons": [ + { + "src": "/static/logo.png", + "sizes": "800x800", + "type": "image/png" + } + ], + "name": "Pathogen Data Analytics", + "short_name": "Pathogen", + "start_url": "/" + } \ No newline at end of file diff --git a/core/templates/base.html b/core/templates/base.html index 5790527..0c511ab 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -8,6 +8,7 @@