Skip to content

Commit 29d4380

Browse files
author
Ritika Mishra
committed
fix path of manifest file
1 parent 24cf5ad commit 29d4380

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

public/manifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "Chords",
3+
"short_name": "Chords",
4+
"start_url": ".",
5+
"display": "standalone",
6+
"icons": [
7+
{ "src": "chords-logo-192x192.png", "sizes": "192x192", "type": "image/png" },
8+
{ "src": "chords-logo-512x512.png", "sizes": "512x512", "type": "image/png" }
9+
],
10+
"screenshots": [
11+
{ "src": "screenshot-chords.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" }
12+
]
13+
}

0 commit comments

Comments
 (0)