{ "manifest_version": 3, "name": "KoalaSync", "version": "1.3.1", "description": "Watch party extension to synchronize video playback on YouTube, Twitch, Netflix, and HTML5 sites in real-time with friends.", "permissions": [ "storage", "tabs", "scripting", "alarms", "activeTab", "notifications" ], "host_permissions": [ "" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons/icon128.png", "48": "icons/icon128.png", "128": "icons/icon128.png" } }, "content_scripts": [ { "matches": ["https://koalasync.shik3i.net/*"], "js": ["bridge.js"], "run_at": "document_start" } ], "icons": { "16": "icons/icon128.png", "48": "icons/icon128.png", "128": "icons/icon128.png" } }