This commit is contained in:
Pierre Rudloff 2016-08-20 13:07:31 +02:00
parent b4a8ed3f77
commit 5cfe237dd4
6 changed files with 131 additions and 109 deletions

View file

@ -1,31 +1,37 @@
{
"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",
"orientation": "portrait"
"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",
"orientation": "portrait"
}