-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 815 Bytes
/
manifest.json
File metadata and controls
33 lines (33 loc) · 815 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
{
"name": "Pseudonaja",
"short_name": "Pseudonaja",
"description": "Pseudonaja is a CIE compliant pseudocode editor for GCSE and A-Level students, providing an easy interface to write, edit and run pseudocode.",
"start_url": "/index.html",
"scope": "/",
"theme_color": "#b16ff8",
"background_color": "#363639",
"display": "standalone",
"icons": [
{
"src": "/media/App-Icon.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "/media/desktop.png",
"sizes": "640x362",
"type": "image/png",
"form_factor": "wide",
"label": "Desktop image"
},
{
"src": "/media/phone.png",
"sizes": "540x960",
"type": "image/png",
"form_factor": "narrow",
"label": "Mobile image"
}
]
}