forked from Rudloff/alltube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
38 lines (38 loc) · 823 Bytes
/
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
{
"short_name": "AllTube",
"name": "AllTube Download",
"description": "Easily download videos from Youtube, Dailymotion, Vimeo and other websites",
"display": "standalone",
"icons": [
{
"src": "../img/favicon.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "../img/logo_60.png",
"sizes": "60x60",
"type": "image/png"
},
{
"src": "../img/logo_90.png",
"sizes": "90x60",
"type": "image/png"
},
{
"src": "../img/logo_app.png",
"sizes": "243x243",
"type": "image/png"
},
{
"src": "../img/logo_250.png",
"sizes": "250x250",
"type": "image/png"
}
],
"lang": "en",
"start_url": "../",
"theme_color": "#4F4F4F",
"background_color": "#EBEBEB",
"orientation": "portrait"
}