-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
63 lines (62 loc) · 1.41 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "weatherappWaleed ",
"short_name": "weather",
"start_url": "index.html",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#000000",
"scope": "https://waleedrazashoaib.github.io/weather-app-/",
"description": "Tere app by SA",
"icons": [
{
"src": "192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"id": "waleedraza",
"dir": "ltr",
"lang": "en",
"prefer_related_applications": true,
"categories": [
"travel"
],
"screenshots": [
{
"src": "images/bigsc.png",
"sizes": "1280x800",
"type": "image/png"
},
{
"src": "images/smallsc.png",
"sizes": "750x1334",
"type": "image/png"
}
],
"orientation": "any",
"display_override": [
"fullscreen",
"window-controls-overlay",
"browser",
"minimal-ui",
"standalone"
],
"iarc_rating_id": "4.1",
"edge_side_panel": {
"preferred_width": 512
},
"share_target": {
"method": "GET",
"action": "https://waleedrazashoaib.github.io/weather-app-/",
"params": {
"title": "waleedraza",
"text": "weatherapp",
"url": "https://waleedrazashoaib.github.io/weather-app-/"
}
}
}