{ "manifest_version": 2, "name": "Stream Bypass", "author": "ByteDream", "description": "A multi-browser addon / extension for multiple streaming providers which redirects directly to the source video.", "version": "2.1.7", "homepage_url": "https://github.com/ByteDream/stream-bypass", "browser_specific_settings": { "gecko": { "id": "{55dd42e8-3dd9-455a-b4fe-86664881b10c}" } }, "content_scripts": [ { "all_frames": true, "matches": [ "" ], "js": [ "index.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "webRequest", "" ], "web_accessible_resources": [ "ui/player/*" ], "browser_action": { "default_icon": { "48": "icons/logo_48.png", "128": "icons/logo_128.png" }, "default_title": "Stream Bypass", "default_popup": "ui/popup/popup.html" }, "icons": { "48": "icons/logo_48.png", "128": "icons/logo_128.png" } }