-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.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
{
"lang": "en",
"dir": "ltr",
"name": "Weather App",
"description": "This application help user(s) to get current weather information",
"short_name": "Weather App",
"icons": [{
"src": "img/logo48-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "img/install128-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "img/logo150.png",
"sizes": "188x188",
"type": "image/png"
},
{
"src": "img/icon512-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "img/Ios192-192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"scope": "/",
"start_url": "/index.html",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#778899",
"background_color": "#FFD700"
}