-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
70 lines (70 loc) · 1.72 KB
/
manifest.json
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
64
65
66
67
68
69
70
{
"id": "/",
"dir": "ltr",
"lang": "en",
"name": "PyQuest Mobile",
"scope": "/",
"display": "standalone",
"start_url": "/",
"short_name": "PyQuest",
"theme_color": "#FFFFFF",
"description": "PyQuest is an educational application for learning to program in Python.",
"orientation": "portrait-primary",
"background_color": "#FFFFFF",
"related_applications": [],
"prefer_related_applications": false,
"display_override": [
"window-controls-overlay"
],
"screenshots": [
{
"src": "/resource/screenshots/top_menu.png"
},
{
"src": "/resource/screenshots/projects.png"
},
{
"src": "/resource/screenshots/editor.png"
},
{
"src": "/resource/screenshots/chicklet_1.png"
}
],
"features": [
"fast",
"fun"
],
"icons": [
{
"src": "/resource/icons/pyquest-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/resource/icons/pyquest-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/resource/icons/pyquest-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/resource/icons/pyquest-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"categories": [
"education"
],
"launch_handler": {
"client_mode": "navigate-existing"
},
"edge_side_panel": {}
}