Skip to content

Commit a62a2b4

Browse files
committed
Update manifest to reflect changes in 30 day limit
1 parent b028f6e commit a62a2b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<meta property="og:image" content="/api/opengraph/image" />
99
<meta property="og:image:type" content="image/png" />
1010
<meta name="twitter:title" content="MySpeed" />
11-
<meta name="twitter:description" content="A speed test analysis software that shows your internet speed for up to 30 days" />
11+
<meta name="twitter:description" content="A speed test analysis software that shows your internet speed history over a configurable retention period" />
1212
<meta name="twitter:card" content="summary_large_image" />
1313
<meta name="twitter:image:src" content="/api/opengraph/image" />
14-
<meta name="description" content="A speed test analysis software that shows your internet speed for up to 30 days" />
14+
<meta name="description" content="A speed test analysis software that shows your internet speed history over a configurable retention period" />
1515
<link rel="apple-touch-icon" href="/assets/img/logo192.png" />
1616
<link rel="manifest" href="/manifest.json" />
1717
<title>MySpeed</title>

client/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"short_name": "MySpeed",
33
"name": "MySpeed - Speedtests",
4-
"description": "A speed test analysis software that shows your internet speed for up to 30 days",
4+
"description": "A speed test analysis software that shows your internet speed history over a configurable retention period",
55
"icons": [
66
{
77
"src": "/assets/img/favicon.ico",

0 commit comments

Comments
 (0)