Skip to content

Commit

Permalink
Default to dark splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilDev committed Dec 7, 2024
1 parent db86616 commit 581129c
Showing 1 changed file with 19 additions and 34 deletions.
53 changes: 19 additions & 34 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,36 +1,21 @@
{
"name": "File Download Simulator",
"short_name": "Download Simulator",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#f5f5f5",
"background_color": "#f5f5f5",
"theme_color_dark": "#1a1a1a",
"background_color_dark": "#1a1a1a",
"display": "standalone",
"orientation": "any"
"name": "File Download Simulator",
"short_name": "Download Simulator",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"theme_color": "#1a1a1a",
"background_color": "#1a1a1a",
"display": "standalone"
}

0 comments on commit 581129c

Please sign in to comment.