Skip to content

Commit 11076e8

Browse files
authored
Update manifest.json
1 parent 66aea59 commit 11076e8

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

source-code/manifest.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
22
"short_name": "HackerOS",
33
"name": "HackerOS App",
4+
"start_url": ".",
5+
"display": "standalone",
6+
"theme_color": "#10b981",
7+
"background_color": "#0f172a",
8+
"orientation": "portrait",
49
"icons": [
510
{
611
"src": "images/logo.png",
712
"sizes": "192x192",
8-
"type": "image/png"
13+
"type": "image/png",
14+
"purpose": "any maskable"
915
},
1016
{
1117
"src": "images/logo.png",
1218
"sizes": "512x512",
13-
"type": "image/png"
19+
"type": "image/png",
20+
"purpose": "any maskable"
1421
}
15-
],
16-
"start_url": ".",
17-
"display": "standalone",
18-
"theme_color": "#10b981",
19-
"background_color": "#0f172a"
22+
]
2023
}

0 commit comments

Comments
 (0)