Skip to content

Commit 81b54ee

Browse files
Merge pull request #187 from richardthe3rd/claude/fix-pwa-icon-label-09sE8
Fix PWA launcher icon label text
2 parents dd83046 + e23b7c9 commit 81b54ee

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

web/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<base href="$FLUTTER_BASE_HREF">
55
<meta charset="UTF-8">
66
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
8+
<meta name="theme-color" content="#D97706">
79
<meta name="description" content="Cambridge Beer Festival App - Browse beers, ciders, meads, and more">
810
<meta name="apple-mobile-web-app-capable" content="yes">
911
<meta name="apple-mobile-web-app-status-bar-style" content="black">
10-
<meta name="apple-mobile-web-app-title" content="Beer Festival">
12+
<meta name="apple-mobile-web-app-title" content="Cambridge Beer Festival">
1113
<link rel="apple-touch-icon" href="icons/Icon-192.png">
1214
<link rel="icon" type="image/png" href="favicon.png"/>
1315
<title>Cambridge Beer Festival</title>

web/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Cambridge Beer Festival",
3-
"short_name": "Beer Fest",
3+
"short_name": "Cambridge Beer Festival",
44
"start_url": ".",
55
"display": "standalone",
66
"background_color": "#0175C2",

0 commit comments

Comments
 (0)