{
    "name": "YouTube Downloader",
    "short_name": "YTDL",
    "start_url": "/?v=1.1.2",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "standalone",
    "description": "Online download videos from YouTube for FREE to PC, mobile. Supports downloading all formats: MP4, 3GP, WebM, HD videos, convert YouTube to MP3, M4A",
    "icons": [
        {
            "src": "/static/image/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/image/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/static/image/ytdl-home-mobile.png",
            "sizes": "368x736",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "YouTube Downloader",
            "description": "YouTube Downloader Home Page."
        },
        {
            "src": "/static/image/ytdl-home-pc.png",
            "sizes": "1850x925",
            "type": "image/png",
            "form_factor": "wide",
            "label": "YouTube Downloader",
            "description": "YouTube Downloader Home Page."
        }
    ],
    "share_target": {
        "url_template": "/?oldapi=true&title={title}&text={text}&url={url}",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "action": "/share",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}