-
Notifications
You must be signed in to change notification settings - Fork 0
/
appmanifest.json
54 lines (52 loc) · 1.34 KB
/
appmanifest.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
{
"short_name": "Jump 2 Chat",
"name": "Jump 2 Chat",
"icons": [
{
"src": "./icons/icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./icons/icon-192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose":"maskable"
},
{
"src": "./icons/icon-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose":"maskable"
},
{
"src": "./icons/icon-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose":"maskable"
}
],
"shortcuts": [
{
"name": "Direct Chat",
"short_name": "Direct Chat",
"description": "Main Content",
"url": "./index.html",
"icons": [{"src": "./icons/icon-96x96.png", "sizes": "96x96"}]
},
{
"name": "Working",
"short_name": "Working",
"description": "Working OF App",
"url": "./working.html",
"icons": [{"src": "./icons/icon-96x96.png", "sizes": "96x96"}]
}
],
"start_url": "./index.html",
"background_color": "#000",
"display": "fullscreen",
"scope": "./",
"theme_color": "black",
"description": "Chat on whatsapp directly without saving number",
"orientation": "portrait-primary"
}