-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
62 lines (62 loc) · 1.4 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
{
"name": "KHAANA Inc.",
"short_name": "MOVIES-KHAANA",
"description": "YOUR CHOICE FIRST",
"theme_color": "#2196f3",
"background_color": "#2196f3",
"display": "standalone",
"start_url": "/",
"icons": [
{
"src": "/Content/images/icons/72-72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/Content/images/icons/96-96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/Content/images/icons/128-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/Content/images/icons/144-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/Content/images/icons/152-152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "/Content/images/icons/192-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/Content/images/icons/384-384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/Content/images/icons/512-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.example.app1",
"id": "com.example.app1"
},
{
"platform": "itunes",
"url": "https://itunes.apple.com/app/example-app1/id123456789"
}
]
}