aboutsummaryrefslogtreecommitdiff
path: root/modern/public/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/public/manifest.json')
-rw-r--r--modern/public/manifest.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/modern/public/manifest.json b/modern/public/manifest.json
index 350ef8ad..59b5056d 100644
--- a/modern/public/manifest.json
+++ b/modern/public/manifest.json
@@ -6,10 +6,20 @@
"src": "favicon.ico",
"sizes": "48x48 32x32 16x16",
"type": "image/x-icon"
+ },
+ {
+ "src": "logo192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "logo512.png",
+ "type": "image/png",
+ "sizes": "512x512"
}
],
- "start_url": "./index.html",
+ "start_url": ".",
"display": "standalone",
- "theme_color": "#000000",
+ "theme_color": "#1E88E5",
"background_color": "#ffffff"
}