Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiViewer Companion", "description": "MultiViewer integration with your browser", "version": "2.0.0", "icons": { "16": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]", "1024": "icons\/[email protected]" }, "host_permissions": [ "*:\/\/localhost\/*", "*:\/\/*.formula1.com\/*", "*:\/\/formula1.com\/*", "*:\/\/multiviewer.app\/*", "*:\/\/multiviewer.dev\/*", "*:\/\/multiviewer.test\/*" ], "permissions": [ "cookies" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/f1tv.formula1.com\/*" ], "js": [ "content-scripts\/f1tv.js" ] }, { "matches": [ "*:\/\/multiviewer.app\/*", "*:\/\/multiviewer.dev\/*", "*:\/\/multiviewer.test\/*" ], "js": [ "content-scripts\/multiviewer.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/f1tv.css" ], "matches": [ "*:\/\/f1tv.formula1.com\/*" ] } ] }