Skip to content

Commit

Permalink
Update colors in manifests.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 10, 2024
1 parent 4b8ef06 commit 4bdece9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/asteroids-website/static/manifests/en.manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Asteroid Arena",
"short_name": "Asteroid Arena",
"theme_color": "#2485a6",
"background_color": "#754d45",
"theme_color": "#ffc27a",
"background_color": "#201433",
"display_override": ["standalone", "window-controls-overlay", "fullscreen"],
"display": "minimal-ui",
"orientation": "landscape",
Expand Down
4 changes: 2 additions & 2 deletions src/asteroids-website/static/manifests/es.manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Arena de asteroides",
"short_name": "Arena de asteroides",
"theme_color": "#2485a6",
"background_color": "#754d45",
"theme_color": "#ffc27a",
"background_color": "#201433",
"display_override": ["standalone", "window-controls-overlay", "fullscreen"],
"display": "minimal-ui",
"orientation": "landscape",
Expand Down
4 changes: 2 additions & 2 deletions src/asteroids-website/static/manifests/fr.manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Arène d'astéroïdes",
"short_name": "Arène d'astéroïdes",
"theme_color": "#2485a6",
"background_color": "#754d45",
"theme_color": "#ffc27a",
"background_color": "#201433",
"display_override": ["standalone", "window-controls-overlay", "fullscreen"],
"display": "minimal-ui",
"orientation": "landscape",
Expand Down

0 comments on commit 4bdece9

Please sign in to comment.