Skip to content
Merged
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 apps/design_system_gallery/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="Flutter Gallery for the Stream Design System with components and examples. Built with Widgetbook.">

<!-- iOS meta tags & icons -->
<meta name="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="design_system_gallery">
<meta name="apple-mobile-web-app-title" content="Stream Design System">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

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

<title>design_system_gallery</title>
<title>Flutter Gallery for the Stream Design System</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions apps/design_system_gallery/web/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "design_system_gallery",
"short_name": "design_system_gallery",
"name": "Flutter Gallery for the Stream Design System",
"short_name": "Stream Design System",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"description": "Flutter Gallery for the Stream Design System with components and examples. Built with Widgetbook.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
Expand Down
Loading