Skip to content

Commit

Permalink
chore: re-order some keys in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GresilleSiffle committed Jan 9, 2025
1 parent 95f31a3 commit 59e6a2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@
"scope": "/",
"start_url": "/pwa/start?utm_source=pwa",
"display": "standalone",
"orientation": "any",
"theme_color": "#ffc800",
"background_color": "#a09b87",
"launch_handler": {
"client_mode": ["focus-existing", "auto"]
},
"share_target": {
"action": "/shared-content",
"method": "GET",
Expand Down Expand Up @@ -74,9 +78,5 @@
"form_factor": "narrow",
"label": "Tournesol comparison page on Mobile"
}
],
"launch_handler": {
"client_mode": ["focus-existing", "auto"]
},
"orientation": "any"
]
}

0 comments on commit 59e6a2f

Please sign in to comment.