{ "manifest_version": 3, "name": "KoalaSync", "version": "1.2.1", "description": "Synchronize video playback across different tabs and users.", "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" } }, "background": { "service_worker": "background.js", "type": "module" }, "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" } }