Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 1d22748

Browse files
committed
Fix wrong path in manifest.json
1 parent 9dacd7b commit 1d22748

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
"name": "App",
33
"icons": [
44
{
5-
"src": "\/android-icon-36x36.png",
5+
"src": "\/img\/android-icon-36x36.png",
66
"sizes": "36x36",
77
"type": "image\/png",
88
"density": "0.75"
99
},
1010
{
11-
"src": "\/android-icon-48x48.png",
11+
"src": "\/img\/android-icon-48x48.png",
1212
"sizes": "48x48",
1313
"type": "image\/png",
1414
"density": "1.0"
1515
},
1616
{
17-
"src": "\/android-icon-72x72.png",
17+
"src": "\/img\/android-icon-72x72.png",
1818
"sizes": "72x72",
1919
"type": "image\/png",
2020
"density": "1.5"
2121
},
2222
{
23-
"src": "\/android-icon-96x96.png",
23+
"src": "\/img\/android-icon-96x96.png",
2424
"sizes": "96x96",
2525
"type": "image\/png",
2626
"density": "2.0"
2727
},
2828
{
29-
"src": "\/android-icon-144x144.png",
29+
"src": "\/img\/android-icon-144x144.png",
3030
"sizes": "144x144",
3131
"type": "image\/png",
3232
"density": "3.0"
3333
},
3434
{
35-
"src": "\/android-icon-192x192.png",
35+
"src": "\/img\/android-icon-192x192.png",
3636
"sizes": "192x192",
3737
"type": "image\/png",
3838
"density": "4.0"
3939
}
4040
]
41-
}
41+
}

0 commit comments

Comments
 (0)