We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de6939 commit cd0e554Copy full SHA for cd0e554
1 file changed
site/assets/site.webmanifest
@@ -1,3 +1,30 @@
1
+{
2
+ "name": "Java Mastery",
3
+ "short_name": "Java",
4
+ "start_url": "/Java-Mastery/",
5
+ "scope": "/Java-Mastery/",
6
+ "icons": [
7
+ {
8
+ "src": "/Java-Mastery/assets/web-app-manifest-192x192.png",
9
+ "sizes": "192x192",
10
+ "type": "image/png",
11
+ "purpose": "maskable"
12
+ },
13
14
+ "src": "/Java-Mastery/assets/web-app-manifest-512x512.png",
15
+ "sizes": "512x512",
16
17
18
+ }
19
+ ],
20
+ "theme_color": "#ffffff",
21
+ "background_color": "#ffffff",
22
+ "display": "standalone",
23
+ "orientation": "portrait"
24
+}
25
+
26
27
+/*
28
{
29
"name": "Java",
30
"short_name": "Java",
@@ -18,4 +45,4 @@
45
"theme_color": "#ffffff",
46
"background_color": "#ffffff",
47
"display": "standalone"
-}
48
+} */
0 commit comments