{ "$schema": "https://json.schemastore.org/web-manifest-combined.json", "name": "VKrDownloader - Video Downloader", "short_name": "VKrDownloader", "description": "Download your favorite videos quickly and easily from multiple platforms with VKrDownloader. Fast, free, and user-friendly video downloading.", "start_url": "/?source=pwa", "display": "standalone", "display_override": ["window-controls-overlay", "minimal-ui"], "theme_color": "#0096ff", "background_color": "#ffffff", "orientation": "portrait-primary", "scope": "/", "id": "/?source=pwa", "lang": "en", "dir": "ltr", "categories": ["utilities", "social", "media", "productivity"], "icons": [ { "src": "https://raw.githubusercontent.com/theofficialvkr/VKrDownloader/refs/heads/main/logo.png", "type": "image/png", "sizes": "512x512" }, { "src": "https://raw.githubusercontent.com/theofficialvkr/VKrDownloader/refs/heads/main/logo.png", "type": "image/png", "sizes": "192x192", "purpose": "any" }, { "src": "https://raw.githubusercontent.com/theofficialvkr/VKrDownloader/refs/heads/main/logo.png", "type": "image/png", "sizes": "144x144", "purpose": "maskable" }, { "src": "https://raw.githubusercontent.com/theofficialvkr/VKrDownloader/refs/heads/main/logo.png", "type": "image/png", "sizes": "96x96" }, { "src": "https://raw.githubusercontent.com/theofficialvkr/VKrDownloader/refs/heads/main/logo.png", "type": "image/png", "sizes": "72x72" }, { "src": "https://raw.githubusercontent.com/theofficialvkr/VKrDownloader/refs/heads/main/logo.png", "type": "image/png", "sizes": "48x48" }, { "src": "https://raw.githubusercontent.com/theofficialvkr/VKrDownloader/refs/heads/main/logo.png", "type": "image/png", "sizes": "256x256" }, { "src": "https://raw.githubusercontent.com/theofficialvkr/VKrDownloader/refs/heads/main/logo.png", "type": "image/png", "sizes": "1024x1024" } ], "screenshots": [ { "src": "/static/images/screenshot1.jpg", "sizes": "586x1041", "type": "image/jpeg" }, { "src": "/static/images/screenshot2.jpg", "sizes": "586x1041", "type": "image/jpeg" }, { "src": "/static/images/screenshot3.jpg", "sizes": "586x1041", "type": "image/jpeg" }, { "src": "/static/images/screenshot4.jpg", "sizes": "586x1041", "type": "image/jpeg" }, { "src": "/static/images/screenshot5.jpg", "sizes": "586x1041", "type": "image/jpeg" }, { "src": "/static/images/screenshot6.jpg", "sizes": "586x1041", "type": "image/jpeg" }, { "src": "/static/images/screenshot7.jpg", "sizes": "586x1041", "type": "image/jpeg" }, { "src": "/static/images/screenshot8.jpg", "sizes": "586x1041", "type": "image/jpeg" } ], "share_target": { "action": "/download.php", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "media", "accept": ["image/*", "video/*", "audio/*", "application/pdf"] } ] } }, "file_handlers": [ { "action": "/handle-file", "accept": { "text/plain": [".txt"], "application/json": [".json"] } } ], "protocol_handlers": [ { "protocol": "web+downloader", "url": "/download.php?vkr=%s" }, { "protocol": "vkr-downloader", "url": "/download.php?vkr=%s" } ], "shortcuts": [ { "name": "Download Video", "short_name": "Download", "description": "Quick video download", "url": "/index.php?shortcut=true", "icons": [ { "src": "/static/images/download.png", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Telegram", "short_name": "Telegram", "description": "Search for video content", "url": "https://t.me/VKrDownloader?shortcut=true", "icons": [ { "src": "/static/images/telegram.png", "sizes": "96x96", "type": "image/jpg" } ] }, { "name": "Blog", "short_name": "Blog", "description": "View blog", "url": "/history?shortcut=true", "icons": [ { "src": "/static/images/logo.png", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Contact Us", "short_name": "Contact", "description": " contact us", "url": "/contact?shortcut=true", "icons": [ { "src": "/static/images/contact.png", "sizes": "96x96", "type": "image/png" } ] } ], "edge_side_panel": { "preferred_width": 400 }, "launch_handler": { "route_to": "existing-client-navigate", "navigate_existing_client": "always" }, "handle_links": "preferred", "permissions": { "clipboard-write": { "description": "Write video URLs to clipboard" } }, "prefer_related_applications": false, "related_applications": [ { "platform": "webapp", "url": "https://vkrdownloader.org/manifest.webmanifest" } ], "iarc_rating_id": "e58b78c2-0d9e-4d6a-8a5f-58b7a8c2d1e3" }