Skip to content

Commit

Permalink
Add 512x512 android icon and update background color
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfyre committed Oct 12, 2023
1 parent 0908400 commit e5d3626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added assets/public/images/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion assets/public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@
"src": "/assets/images/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/assets/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"background_color": "#003366",
"display": "standalone",
"start_url": "/"
}

0 comments on commit e5d3626

Please sign in to comment.