Skip to content

Commit

Permalink
Merge pull request #166 from openstreetmap-polska/add-logos-sizes
Browse files Browse the repository at this point in the history
Add better quality logos
  • Loading branch information
ttomasz authored Sep 18, 2023
2 parents f0006f8 + 8a65cc8 commit a604c49
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
Binary file added public/img/logo-aed-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/logo-aed-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/logo192.png
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="msapplication-TileColor" content="#da532c">
<link href="https://openaedmap.org" rel="canonical" />
<link rel="icon" href="%PUBLIC_URL%/img/favicon.ico" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/img/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/img/logo-aed-192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
16 changes: 13 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,28 @@
"type": "image/x-icon"
},
{
"src": "img/logo192.png",
"src": "img/logo-aed-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "img/logo512.png",
"src": "img/logo-aed-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#ffffff",
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=pl.enteam.aed_map",
"id": "pl.enteam.aed_map"
}, {
"platform": "itunes",
"url": "https://apps.apple.com/app/mapa-aed/id1638495701"
}
]
}

0 comments on commit a604c49

Please sign in to comment.