File tree 1 file changed +6
-6
lines changed
addon/ng2/blueprints/mobile/files/__path__
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
"short_name" : " <%= fullAppName %>" ,
4
4
"icons" : [
5
5
{
6
- "src" : " /android-chrome-36x36.png" ,
6
+ "src" : " icons /android-chrome-36x36.png" ,
7
7
"sizes" : " 36x36" ,
8
8
"type" : " image/png"
9
9
},
10
10
{
11
- "src" : " /android-chrome-48x48.png" ,
11
+ "src" : " icons /android-chrome-48x48.png" ,
12
12
"sizes" : " 48x48" ,
13
13
"type" : " image/png"
14
14
},
15
15
{
16
- "src" : " /android-chrome-72x72.png" ,
16
+ "src" : " icons /android-chrome-72x72.png" ,
17
17
"sizes" : " 72x72" ,
18
18
"type" : " image/png"
19
19
},
20
20
{
21
- "src" : " /android-chrome-96x96.png" ,
21
+ "src" : " icons /android-chrome-96x96.png" ,
22
22
"sizes" : " 96x96" ,
23
23
"type" : " image/png"
24
24
},
25
25
{
26
- "src" : " /android-chrome-144x144.png" ,
26
+ "src" : " icons /android-chrome-144x144.png" ,
27
27
"sizes" : " 144x144" ,
28
28
"type" : " image/png"
29
29
},
30
30
{
31
- "src" : " /android-chrome-192x192.png" ,
31
+ "src" : " icons /android-chrome-192x192.png" ,
32
32
"sizes" : " 192x192" ,
33
33
"type" : " image/png"
34
34
}
You can’t perform that action at this time.
0 commit comments