-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 1.07 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
{
"name": "ISERJ | Portal do Aluno",
"short_name": "ISERJ",
"description": "Portal dos Alunos ISERJ/SEB",
"start_url": "https://sdeiros.github.io/SEB/",
"id": "https://sdeiros.github.io/SEB/",
"icons": [
{
"src": "assets/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "assets/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "assets/screenshot-wide.png",
"sizes": "573x320",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "assets/screenshot-mobile.png",
"sizes": "476x639",
"type": "image/png"
}
],
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff"
}