-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webmanifest
115 lines (115 loc) · 2.47 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"background_color": "#000",
"categories": [
"utilities"
],
"description": "The sleekest looking WEBUI for qBittorrent made with Vuejs!",
"display": "standalone",
"file_handlers": [
{
"action": ".",
"accept": {
"application/x-bittorrent": [
".torrent"
],
"text/magnet": [
".magnet"
]
}
}
],
"icons": [
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"lang": "en",
"launch_handler": {
"client_mode": "focus-existing"
},
"name": "VueTorrent",
"orientation": "any",
"protocol_handlers": [
{
"protocol": "magnet",
"url": "#/magnet/%s"
}
],
"scope": "./",
"screenshots": [
{
"src": "screenshots/screenshot-desktop.jpeg",
"sizes": "1788x909",
"type": "image/jpeg",
"form_factor": "wide",
"label": "Screenshot Desktop (Light Mode)"
},
{
"src": "screenshots/screenshot-desktop-dark-mode.jpeg",
"sizes": "1788x909",
"type": "image/jpeg",
"form_factor": "wide",
"label": "Screenshot Desktop (Dark Mode)"
},
{
"src": "screenshots/screenshot-mobile.jpeg",
"sizes": "425x885",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Screenshot Mobile Dashboard (Light Mode)"
},
{
"src": "screenshots/screenshot-mobile-navbar.jpeg",
"sizes": "425x885",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Screenshot Mobile Navbar (Light Mode)"
},
{
"src": "screenshots/screenshot-mobile-dark-mode.jpeg",
"sizes": "425x885",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Screenshot Mobile Dashboard (Dark Mode)"
},
{
"src": "screenshots/screenshot-mobile-navbar-dark-mode.jpeg",
"sizes": "425x885",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Screenshot Mobile Navbar (Dark Mode)"
}
],
"short_name": "VueTorrent",
"shortcuts": [
{
"name": "Dashboard",
"url": "#/"
},
{
"name": "Settings",
"url": "#/settings"
},
{
"name": "RSS Feeds",
"url": "#/rss"
},
{
"name": "Search Engine",
"url": "#/search"
},
{
"name": "Logs",
"url": "#/logs"
}
],
"start_url": ".",
"theme_color": "#64CEAA"
}