Skip to content

Commit 420d3e3

Browse files
committed
chore: restore echo sphere branding
1 parent 388a86b commit 420d3e3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
<link rel="apple-touch-icon" href="/pwa-icon.svg" />
1111
<link rel="manifest" href="/manifest.webmanifest" />
1212
<meta name="theme-color" content="#0f172a" />
13-
<meta name="application-name" content="Web Framework Showcase" />
13+
<meta name="application-name" content="Echo Sphere" />
1414

15-
<title>Web Framework Showcase</title>
15+
<title>Echo Sphere</title>
1616
<meta
1717
name="description"
18-
content="Install the Web Framework Showcase PWA to explore the demo offline and across devices."
18+
content="Install the Echo Sphere PWA to explore the demo offline and across devices."
1919
/>
2020
<!-- <meta name="author" content="" /> -->
2121

22-
<meta property="og:title" content="Web Framework Showcase" />
22+
<meta property="og:title" content="Echo Sphere" />
2323
<!-- <meta property="og:description" content="" /> -->
2424
<meta property="og:type" content="website" />
2525
<!-- <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> -->

app/public/manifest.webmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "Web Framework Showcase",
3-
"short_name": "WebFramework",
2+
"name": "Echo Sphere",
3+
"short_name": "EchoSphere",
44
"start_url": "/",
55
"display": "standalone",
66
"background_color": "#0f172a",
77
"theme_color": "#0f172a",
8-
"description": "Explore the Web Framework demo application even when you are offline.",
8+
"description": "Explore the Echo Sphere demo application even when you are offline.",
99
"icons": [
1010
{
1111
"src": "/pwa-icon.svg",

0 commit comments

Comments
 (0)