Skip to content

Commit

Permalink
update web manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchoof authored and jahir committed Dec 1, 2023
1 parent 9ea4e36 commit fe3b919
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions htdocs/ico/manifest.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,43 @@
{
"name": "Volkszaehler",
"start_url": "../",
"display": "standalone",
"icons": [
{
"src": "\/android-chrome-36x36.png",
"src": "android-chrome-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
"type": "image/png"
},
{
"src": "\/android-chrome-48x48.png",
"src": "android-chrome-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
"type": "image/png"
},
{
"src": "\/android-chrome-72x72.png",
"src": "android-chrome-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
"type": "image/png"
},
{
"src": "\/android-chrome-96x96.png",
"src": "android-chrome-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
"type": "image/png"
},
{
"src": "\/android-chrome-144x144.png",
"src": "android-chrome-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
"type": "image/png"
},
{
"src": "\/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
"type": "image/png"
},
{
"src": "maskable_icon.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "maskable"
}
]
}
Binary file added htdocs/ico/maskable_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe3b919

Please sign in to comment.