forked from itflow-org/itflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
53 lines (53 loc) · 1.41 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
{
"short_name": "ITFlow-NG",
"name": "ITFlow Next Generation",
"icons": [
{
"src": "/includes/assets/img/logosm.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/includes/assets/img/logolg.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display_override": ["minimal-ui"],
"shortcuts": [
{
"name": "Open Dashboard",
"short_name": "Dashboard",
"description": "Quick access to the dashboard",
"url": "/public/dashboard.php"
}
],
"screenshots": [
{
"src": "/includes/assets/img/screenshot1.png",
"sizes": "640x480",
"type": "image/png"
},
{
"src": "/includes/assets/img/screenshot2.png",
"sizes": "1280x720",
"type": "image/png"
}
],
"start_url": "/public/login.php",
"background_color": "#FFFFFF",
"scope": "/",
"theme_color": "#FFFFFF",
"description": "Next generation IT management tool.",
"lang": "en-US",
"orientation": "portrait",
"categories": ["productivity", "utilities"],
"display": "minimal-ui",
"prefer_related_applications": false,
"protocol_handlers": [
{
"protocol": "web+itflow",
"url": "/public/login.php?url=%s"
}
]
}