Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="description" content="PSLab - Web interface for Pocket Science Lab.">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="pslab">
<meta name="apple-mobile-web-app-title" content="PSLab">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

<title>pslab</title>
<title>PSLab - Pocket Science Lab</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
Expand Down
12 changes: 7 additions & 5 deletions web/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -32,4 +34,4 @@
"purpose": "maskable"
}
]
}
}
Loading