Skip to content

Commit

Permalink
Update theme color and image sizes in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluers committed Feb 8, 2024
1 parent 3b5410d commit 3c0e870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
],
"id": "/",
"start_url": "/",
"background_color": "#0a0a0a",
"display_override": [
"fullscreen",
"minimal-ui"
],
"display": "standalone",
"orientation": "landscape",
"theme_color": "#0a0a0a",
"theme_color": "#7047fa",
"background_color": "#0a0a0a",
"shortcuts": [
{
"name": "Homepage",
Expand All @@ -41,7 +41,7 @@
{
"src": "https://raw.githubusercontent.com/Plueres/plueres/main/website_images/d6a11a64-823b-4489-9513-8e73f8d7cfe9.webp",
"type": "image/webp",
"sizes": "768x768",
"sizes": "1024x1024",
"form_factor": "narrow"
},
{
Expand Down

0 comments on commit 3c0e870

Please sign in to comment.