-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (37 loc) · 790 Bytes
/
manifest.json
File metadata and controls
39 lines (37 loc) · 790 Bytes
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
{
"start_url": "http://bancocontoso.azurewebsites.net",
"short_name": "Bank of Contoso",
"icons": [
{
"src": "images/logo.png",
"sizes": "150x150"
},
{
"src": "images/storelogo.png",
"sizes": "50x50"
},
{
"src": "images/smalllogo.png",
"sizes": "30x30"
},
{
"src": "images/logo44.png",
"sizes": "44x44"
}, {
"src": "images/splashscreen.png",
"sizes": "620x300"
}
],
"splash_screens": [
{
"src": "images/splashscreen.png",
"sizes": "620x300"
}
],
"scope":"http://bancocontoso.azurewebsites.net",
"name": "Bank of Contoso",
"theme_color": "#30426A",
"mjs_api_access": [
{ "match": "*", "access": "all", "platform": "windows10" }
]
}