-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebmanifest.json
More file actions
63 lines (63 loc) · 2.12 KB
/
webmanifest.json
File metadata and controls
63 lines (63 loc) · 2.12 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"manifest_version": 3,
"name": "Nova OS",
"short_name": "NovaOS",
"description": "NovaOS is a powerful web operating system built for everything. From daily tasks to endless fun, it has got you covered.",
"theme_color": "#fff",
"background_color": "#fff",
"display": "standalone",
"protocol_handlers": [
{
"protocol": "web+nova",
"url": "/?path=%s"
}
],
"display_override": ["fullscreen", "standalone", "minimal-ui", "browser"],
"scope": "https://adthoughtsglobal.github.io/nova-dev-repl-rl/",
"start_url": "https://adthoughtsglobal.github.io/nova-dev-repl-rl/",
"icons": [
{
"src": "n.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "https://raw.githubusercontent.com/adthoughtsglobal/nova-dev/main/app%20search%20wide.png",
"form_factor": "wide",
"sizes": "1047x655",
"type": "image/png"
},
{
"src": "https://github.com/adthoughtsglobal/nova-dev/blob/main/file%20select%20wide.png",
"form_factor": "wide",
"sizes": "1049x652",
"type": "image/png"
},
{
"src": "https://raw.githubusercontent.com/adthoughtsglobal/nova-dev/main/app%20search%20wide.png",
"form_factor": "wide",
"sizes": "1047x655",
"type": "image/png"
},
{
"src": "https://raw.githubusercontent.com/adthoughtsglobal/nova-dev/main/menu%20narrow.png",
"form_factor": "narrow",
"sizes": "427x659",
"type": "image/png"
},
{
"src": "https://raw.githubusercontent.com/adthoughtsglobal/nova-dev/main/multitasking%20wide.png",
"form_factor": "wide",
"sizes": "1046x653",
"type": "image/png"
},
{
"src": "https://github.com/adthoughtsglobal/nova-dev/blob/main/file%20select%20narrow.png?raw=true",
"form_factor": "narrow",
"sizes": "445x660",
"type": "image/png"
}
]
}