Skip to content

Commit

Permalink
fix(flight-finder-pwa): image path in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 12, 2022
1 parent 2c40c69 commit c52d812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniquely/flight-finder-pwa/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"orientation": "portrait",
"default_locale": "fa",
"icons": [
{"src": "/image/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32"},
{"src": "/image/favicon.ico", "type": "image/x-icon", "sizes": "16x16"},
{"src": "/image/icon-192.png", "type": "image/png", "sizes": "192x192"},
{"src": "/image/icon-512.png", "type": "image/png", "sizes": "512x512"},
{"src": "/image/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable"},
Expand Down

0 comments on commit c52d812

Please sign in to comment.