-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
38 lines (38 loc) · 894 Bytes
/
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
{
"description": "This is beta version",
"display": "standalone",
"lang": "en",
"name": "pWallet",
"short_name": "pWallet",
"start_url": "/?utm_source=web_app_manifest",
"orientation": "portrait",
"related_applications": [
{
"platform": "itunes",
"id": "com.pegnet.pegnetmobile"
},
{
"platform": "play",
"url": "http://play.google.com/store/apps/details?id=com.pegnet.pegnetmobile",
"id": "com.pegnet.pegnetmobile"
}
],
"prefer_related_applications": true,
"icons": [
{
"src": "/pwa/chrome-icon/chrome-icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/pwa/chrome-icon/chrome-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/pwa/chrome-icon/chrome-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}