-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
39 lines (39 loc) · 1.01 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
{
"name": "Calculadora Simples",
"short_name": "Calculadora",
"description": "Um aplicativo de calculadora simples visite: https://github.com/wesleyBU/calculadora-pwa",
"icons": [
{
"src": "image/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "image/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "image/icon-128.png",
"sizes": "128x128",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"orientation": "portrait",
"background_color": "#6c757d",
"theme_color": "#6c757d",
"screenshots": [
{
"src": "image/screenshot-425x557.png",
"sizes": "557x425",
"type": "image/png"
},
{
"src": "image/screenshot-716x1366.png",
"sizes": "1366x716",
"type": "image/png"
}
]
}