Skip to content

Commit

Permalink
manifest.json added
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Oct 24, 2020
1 parent 02476ea commit af9630f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
17 changes: 0 additions & 17 deletions images/favicons/manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="images/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="images/favicons/manifest.json">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="images/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="images/favicons/mstile-144x144.png">
Expand Down
25 changes: 25 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Leed",
"short_name": "Leed",
"display": "standalone",
"background_color": "#424242",
"description": "Leed RSS reader app.",
"icons": [{
"src": "images/favicon.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "images/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "images/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}],
"related_applications": [{
"platform": "web"
}]
}

0 comments on commit af9630f

Please sign in to comment.