forked from airctic/icevision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
60 lines (60 loc) · 1.8 KB
/
manifest.webmanifest
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
{
"short_name": "IceVision",
"name": "IceVision: Object Detection, Ice Simple",
"description": "Agnostic Object Detection Framework",
"icons": [
{
"src": "https://airctic.github.io/icevision/images/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://airctic.github.io/icevision/images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "https://airctic.github.io/icevision/",
"background_color": "white",
"display": "standalone",
"scope": "/",
"theme_color": "white",
"shortcuts": [
{
"name": "IceVision: Overview",
"short_name": "Overview",
"description": "A general overview about IceVision",
"url": "/",
"icons": [
{
"src": "https://airctic.github.io/icevision/images/icons-192.png",
"sizes": "192x192"
}
]
},
{
"name": "Getting Started",
"short_name": "Getting Started",
"description": "Getting started guide - Notebook",
"url": "/getting_started",
"icons": [
{
"src": "https://airctic.github.io/icevision/images/icons-192.png",
"sizes": "192x192"
}
]
},
{
"name": "How-To",
"short_name": "How-To",
"description": "How-To guide",
"url": "/how-to",
"icons": [
{
"src": "https://airctic.github.io/icevision/images/icons-192.png",
"sizes": "192x192"
}
]
}
]
}