Skip to content

Commit f918b5e

Browse files
Fix names in manifest.json
1 parent fa00309 commit f918b5e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "MyWebSite",
3-
"short_name": "MySite",
2+
"name": "hodlCoin",
3+
"short_name": "hodlCoin",
44
"icons": [
55
{
66
"src": "/web-app-manifest-192x192.png",
@@ -18,4 +18,4 @@
1818
"theme_color": "#ffffff",
1919
"background_color": "#ffffff",
2020
"display": "standalone"
21-
}
21+
}

0 commit comments

Comments
 (0)