We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66aea59 commit 11076e8Copy full SHA for 11076e8
1 file changed
source-code/manifest.json
@@ -1,20 +1,23 @@
1
{
2
"short_name": "HackerOS",
3
"name": "HackerOS App",
4
+ "start_url": ".",
5
+ "display": "standalone",
6
+ "theme_color": "#10b981",
7
+ "background_color": "#0f172a",
8
+ "orientation": "portrait",
9
"icons": [
10
11
"src": "images/logo.png",
12
"sizes": "192x192",
- "type": "image/png"
13
+ "type": "image/png",
14
+ "purpose": "any maskable"
15
},
16
17
18
"sizes": "512x512",
19
20
21
}
- ],
- "start_url": ".",
- "display": "standalone",
- "theme_color": "#10b981",
- "background_color": "#0f172a"
22
+ ]
23
0 commit comments