This repository was archived by the owner on Aug 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " App" ,
3
3
"icons" : [
4
4
{
5
- "src" : " \/ android-icon-36x36.png" ,
5
+ "src" : " \/ img \/ android-icon-36x36.png" ,
6
6
"sizes" : " 36x36" ,
7
7
"type" : " image\/ png" ,
8
8
"density" : " 0.75"
9
9
},
10
10
{
11
- "src" : " \/ android-icon-48x48.png" ,
11
+ "src" : " \/ img \/ android-icon-48x48.png" ,
12
12
"sizes" : " 48x48" ,
13
13
"type" : " image\/ png" ,
14
14
"density" : " 1.0"
15
15
},
16
16
{
17
- "src" : " \/ android-icon-72x72.png" ,
17
+ "src" : " \/ img \/ android-icon-72x72.png" ,
18
18
"sizes" : " 72x72" ,
19
19
"type" : " image\/ png" ,
20
20
"density" : " 1.5"
21
21
},
22
22
{
23
- "src" : " \/ android-icon-96x96.png" ,
23
+ "src" : " \/ img \/ android-icon-96x96.png" ,
24
24
"sizes" : " 96x96" ,
25
25
"type" : " image\/ png" ,
26
26
"density" : " 2.0"
27
27
},
28
28
{
29
- "src" : " \/ android-icon-144x144.png" ,
29
+ "src" : " \/ img \/ android-icon-144x144.png" ,
30
30
"sizes" : " 144x144" ,
31
31
"type" : " image\/ png" ,
32
32
"density" : " 3.0"
33
33
},
34
34
{
35
- "src" : " \/ android-icon-192x192.png" ,
35
+ "src" : " \/ img \/ android-icon-192x192.png" ,
36
36
"sizes" : " 192x192" ,
37
37
"type" : " image\/ png" ,
38
38
"density" : " 4.0"
39
39
}
40
40
]
41
- }
41
+ }
You can’t perform that action at this time.
0 commit comments