-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 819 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "codexGO",
"short_name": "codexGO",
"version": "4.17.4",
"description": "codexGO",
"author": "Bastean <bastean@pm.me>",
"homepage_url": "https://github.com/bastean/codexgo#readme",
"start_url": ".",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#202224",
"theme_color": "#202224",
"icons": [
{
"src": "assets/favicon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "assets/desktop-home.png",
"sizes": "1536x860",
"type": "image/png",
"form_factor": "wide",
"label": "Home Page"
},
{
"src": "assets/mobile-home.png",
"sizes": "425x800",
"type": "image/png",
"form_factor": "narrow",
"label": "Home Page"
}
]
}