Skip to content

Commit

Permalink
Merge pull request #17 from matafokka/development
Browse files Browse the repository at this point in the history
Fixes for PWA
  • Loading branch information
matafokka authored Jan 31, 2022
2 parents f370928 + 1fa42df commit def7cc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"name": "SynthFlight",
"short_name": "SynthFlight",
"display": "standalone",
"start_url": "/index.html",
"start_url": "./",
"background_color": "#191919",
"theme_color": "#191919",
"icons": [
{
"src": "/img/logo.ico",
"src": "img/logo.ico",
"sizes": "128x128",
"type": "image/x-icon",
"purpose": "any maskable"
},
{
"src": "/img/logo.png",
"src": "img/logo.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
},
{
"src": "/img/logo.svg",
"src": "img/logo.svg",
"type": "image/svg",
"sizes": "144x144, 512x512, any",
"sizes": "48x48 96x96 128x128 144x144 192x192 240x240 256x256 288x288 336x336 384x384 512x512 1024x1024 2048x2048 any",
"purpose": "any maskable"
}
]
Expand Down

0 comments on commit def7cc0

Please sign in to comment.