diff --git a/website/themes/book/assets/manifest.json b/website/themes/book/assets/manifest.json
index 6a137ac7..982a4eba 100644
--- a/website/themes/book/assets/manifest.json
+++ b/website/themes/book/assets/manifest.json
@@ -1,15 +1,54 @@
{
"name": "{{ .Site.Title }}",
- "short_name": "{{ .Site.Title }}",
+ "short_name": "Cookbook",
"start_url": "{{ "/" | relURL }}",
"scope": "{{ "/" | relURL }}",
"display": "standalone",
- "background_color": "#000000",
- "theme_color": "#000000",
+ "background_color": "#FFFFFF",
+ "theme_color": "#FFFFFF",
"icons": [
{
- "src": "{{ "/favicon.svg" | relURL }}",
- "sizes": "512x512"
+ "src": "{{ "/apple-touch-icon-180x180.png" | relURL }}",
+ "sizes": "180x180",
+ "type": "image/png",
+ "density": "3.0",
+ "purpose": "any maskable"
+ },
+ {
+ "src": "{{ "/apple-touch-icon-1024x1024.png" | relURL }}",
+ "sizes": "1024x1024",
+ "type": "image/png",
+ "purpose": "any maskable"
+ },
+ {
+ "src": "{{ "/apple-touch-icon-60x60.png" | relURL }}",
+ "sizes": "60x60",
+ "type": "image/png",
+ "purpose": "any maskable"
+ },
+ {
+ "src": "{{ "/apple-touch-icon-76x76.png" | relURL }}",
+ "sizes": "76x76",
+ "type": "image/png",
+ "purpose": "any maskable"
+ },
+ {
+ "src": "{{ "/apple-touch-icon-120x120.png" | relURL }}",
+ "sizes": "120x120",
+ "type": "image/png",
+ "purpose": "any maskable"
+ },
+ {
+ "src": "{{ "/apple-touch-icon-152x152.png" | relURL }}",
+ "sizes": "152x152",
+ "type": "image/png",
+ "purpose": "any maskable"
+ },
+ {
+ "src": "{{ "/apple-touch-icon-512x512.png" | relURL }}",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "any maskable"
}
]
}
diff --git a/website/themes/book/layouts/partials/docs/inject/head.html b/website/themes/book/layouts/partials/docs/inject/head.html
index 4e419dbc..3060de6d 100644
--- a/website/themes/book/layouts/partials/docs/inject/head.html
+++ b/website/themes/book/layouts/partials/docs/inject/head.html
@@ -1 +1,6 @@
-
\ No newline at end of file
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/themes/book/static/LeetCode_Icon.png b/website/themes/book/static/LeetCode_Icon.png
new file mode 100644
index 00000000..d9d816dc
Binary files /dev/null and b/website/themes/book/static/LeetCode_Icon.png differ
diff --git a/website/themes/book/static/LeetCode_logo2048.png b/website/themes/book/static/LeetCode_logo2048.png
new file mode 100644
index 00000000..91e4aff3
Binary files /dev/null and b/website/themes/book/static/LeetCode_logo2048.png differ
diff --git a/website/themes/book/static/apple-touch-icon-1024x1024.png b/website/themes/book/static/apple-touch-icon-1024x1024.png
new file mode 100644
index 00000000..4ccf2e00
Binary files /dev/null and b/website/themes/book/static/apple-touch-icon-1024x1024.png differ
diff --git a/website/themes/book/static/apple-touch-icon-120x120.png b/website/themes/book/static/apple-touch-icon-120x120.png
new file mode 100644
index 00000000..f146096f
Binary files /dev/null and b/website/themes/book/static/apple-touch-icon-120x120.png differ
diff --git a/website/themes/book/static/apple-touch-icon-152x152.png b/website/themes/book/static/apple-touch-icon-152x152.png
new file mode 100644
index 00000000..d2532265
Binary files /dev/null and b/website/themes/book/static/apple-touch-icon-152x152.png differ
diff --git a/website/themes/book/static/apple-touch-icon-180x180.png b/website/themes/book/static/apple-touch-icon-180x180.png
new file mode 100644
index 00000000..5efb2ee6
Binary files /dev/null and b/website/themes/book/static/apple-touch-icon-180x180.png differ
diff --git a/website/themes/book/static/apple-touch-icon-512x512.png b/website/themes/book/static/apple-touch-icon-512x512.png
new file mode 100644
index 00000000..e15364fa
Binary files /dev/null and b/website/themes/book/static/apple-touch-icon-512x512.png differ
diff --git a/website/themes/book/static/apple-touch-icon-60x60.png b/website/themes/book/static/apple-touch-icon-60x60.png
new file mode 100644
index 00000000..ab5a1172
Binary files /dev/null and b/website/themes/book/static/apple-touch-icon-60x60.png differ
diff --git a/website/themes/book/static/apple-touch-icon-76x76.png b/website/themes/book/static/apple-touch-icon-76x76.png
new file mode 100644
index 00000000..e29b3ab3
Binary files /dev/null and b/website/themes/book/static/apple-touch-icon-76x76.png differ