Skip to content

Commit

Permalink
fix(mobile): remove icon density field from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaktar authored and filipesilva committed Aug 12, 2016
1 parent e0454e3 commit 382487b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions addon/ng2/blueprints/mobile/files/__path__/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,32 @@
{
"src": "/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image/png",
"density": 0.75
"type": "image/png"
},
{
"src": "/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image/png",
"density": 1
"type": "image/png"
},
{
"src": "/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image/png",
"density": 1.5
"type": "image/png"
},
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png",
"density": 2
"type": "image/png"
},
{
"src": "/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png",
"density": 3
"type": "image/png"
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"density": 4
"type": "image/png"
}
],
"theme_color": "#000000",
Expand Down

0 comments on commit 382487b

Please sign in to comment.