Skip to content

Commit

Permalink
add launcher manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed May 1, 2015
1 parent 473470b commit 54696d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/manifest/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
"short_name": "mamuz' coding blog",
"icons": [
{
"src": "img/launcher/icon-0-75x.png",
"src": "/img/launcher/icon-0-75x.png",
"sizes": "36x36",
"type": "image/png",
"density": "0.75"
},
{
"src": "img/launcher/icon-1x.png",
"src": "/img/launcher/icon-1x.png",
"sizes": "48x48",
"type": "image/png",
"density": "1.0"
},
{
"src": "img/launcher/icon-1-5x.png",
"src": "/img/launcher/icon-1-5x.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
"src": "img/launcher/icon-2x.png",
"src": "/img/launcher/icon-2x.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
"src": "img/launcher/icon-3x.png",
"src": "/img/launcher/icon-3x.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
"src": "img/launcher/icon-4x.png",
"src": "/img/launcher/icon-4x.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
Expand Down

0 comments on commit 54696d2

Please sign in to comment.