Skip to content

Commit 382487b

Browse files
Splaktarfilipesilva
authored andcommitted
1 parent e0454e3 commit 382487b

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

addon/ng2/blueprints/mobile/files/__path__/manifest.webapp

+6-12
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,32 @@
55
{
66
"src": "/android-chrome-36x36.png",
77
"sizes": "36x36",
8-
"type": "image/png",
9-
"density": 0.75
8+
"type": "image/png"
109
},
1110
{
1211
"src": "/android-chrome-48x48.png",
1312
"sizes": "48x48",
14-
"type": "image/png",
15-
"density": 1
13+
"type": "image/png"
1614
},
1715
{
1816
"src": "/android-chrome-72x72.png",
1917
"sizes": "72x72",
20-
"type": "image/png",
21-
"density": 1.5
18+
"type": "image/png"
2219
},
2320
{
2421
"src": "/android-chrome-96x96.png",
2522
"sizes": "96x96",
26-
"type": "image/png",
27-
"density": 2
23+
"type": "image/png"
2824
},
2925
{
3026
"src": "/android-chrome-144x144.png",
3127
"sizes": "144x144",
32-
"type": "image/png",
33-
"density": 3
28+
"type": "image/png"
3429
},
3530
{
3631
"src": "/android-chrome-192x192.png",
3732
"sizes": "192x192",
38-
"type": "image/png",
39-
"density": 4
33+
"type": "image/png"
4034
}
4135
],
4236
"theme_color": "#000000",

0 commit comments

Comments
 (0)