drugs/core/static/manifest.webmanifest

15 lines
329 B
Plaintext
Raw Normal View History

2023-10-17 20:00:25 +00:00
{
"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": "/"
}