Initial import

This commit is contained in:
Pierre Rudloff 2014-03-13 20:07:56 +01:00
parent c082725c80
commit 0651377e93
35 changed files with 1296 additions and 0 deletions

16
manifest.webapp Normal file
View file

@ -0,0 +1,16 @@
{
"name": "AllTube",
"description": "Easily download videos from Youtube, Dailymotion, Vimeo and other websites",
"developer": {
"name": "Pierre Rudloff",
"url": "https://rudloff.pro/"
},
"icons": {
"32": "/img/favicon.png",
"60": "/img/logo_60.png",
"90": "/img/logo_90.png",
"243": "/img/logo_app.png"
},
"default_locale": "en",
"launch_path": "/index.php"
}