1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-07-02 08:20:56 +02:00
alltube/manifest.json
Pierre Rudloff 28d1319d73 Improve web app
Standalone mode
Don't display bookmarklet in standalone mode
Correct start URL
2016-07-10 13:10:20 +02:00

30 lines
544 B
JSON

{
"short_name": "AllTube",
"name": "AllTube Download",
"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"
}