-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
49 lines (49 loc) · 1.05 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
{
"short_name": "Grades.no",
"name": "Karakterstatistikk",
"description": "Karakterstatisikk for emner ved Norges teknisk-naturvitenskapelige universitet.",
"icons": [
{
"src": "/icons/icon-32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "/icons/icon-64.png",
"type": "image/png",
"sizes": "64x64"
},
{
"src": "/icons/icon-128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "/icons/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icons/icon-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "/icons/icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icons/icon-640.png",
"type": "image/png",
"sizes": "640x640",
"purpose": "maskable"
}
],
"start_url": "/",
"display": "standalone",
"scope": "/",
"background_color": "#1a202c",
"theme_color": "#ffffff",
"prefer_related_applications": false
}