2016-02-26 22:53:48 +00:00
|
|
|
{
|
|
|
|
"short_name": "AllTube",
|
|
|
|
"name": "AllTube Download",
|
2016-07-10 14:01:34 +00:00
|
|
|
"description": "Easily download videos from Youtube, Dailymotion, Vimeo and other websites",
|
2016-07-10 11:10:20 +00:00
|
|
|
"display": "standalone",
|
2016-02-26 22:53:48 +00:00
|
|
|
"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",
|
2016-07-10 11:10:20 +00:00
|
|
|
"start_url": "./",
|
2016-07-10 12:01:51 +00:00
|
|
|
"theme_color": "#4F4F4F",
|
|
|
|
"orientation": "portrait"
|
2016-02-26 22:53:48 +00:00
|
|
|
}
|