-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
51 lines (51 loc) · 1.04 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
{
"version": "1.0.0",
"name": "DCP",
"description": "Drupal camp website.",
"start_url": "./",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"splash_screens":[{
"src": "splash-logos/pdg-192.png",
"sizes": "320x240"
}],
"theme_color": "aliceblue",
"icons": [{
"src": "splash-logos/pdg-48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "splash-logos/pdg-72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "splash-logos/pdg-96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "splash-logos/pdg-144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "splash-logos/pdg-168.png",
"sizes": "168x168",
"type": "image/png"
}, {
"src": "splash-logos/pdg-192.png",
"sizes": "192x192",
"type": "image/png"
}],
"installs_allowed_from": [
"*"
],
"default_locale": "en",
"permissions": {
},
"locales": {
"en": {
"name": "DCP",
"description": "Drupal Camp Pune Website"
}
}
}