diff --git a/web/index.html b/web/index.html index 1fe496e6d..617d61365 100644 --- a/web/index.html +++ b/web/index.html @@ -18,18 +18,18 @@ - + - + - pslab + PSLab - Pocket Science Lab diff --git a/web/manifest.json b/web/manifest.json index c5c6efe40..d141a2a31 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,13 +1,15 @@ { - "name": "pslab", - "short_name": "pslab", - "start_url": ".", + "name": "PSLab", + "short_name": "PSLab", + "start_url": "/", + "scope": "/", "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", - "description": "A new Flutter project.", + "description": "PSLab - Pocket Science Lab web application for controlling and analyzing experiments.", "orientation": "portrait-primary", "prefer_related_applications": false, + "lang": "en", "icons": [ { "src": "icons/Icon-192.png", @@ -32,4 +34,4 @@ "purpose": "maskable" } ] -} +} \ No newline at end of file