Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.4", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_ui": { "page": "options.html" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "default_title": "SyncWatch", "default_popup": "popup.html" }, "incognito": "split", "permissions": [ "tabs", "storage", "notifications" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "js\/players\/netflix\/loadNetflix.js" ] }, { "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_end", "js": [ "content-scripts\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/players\/netflix\/netflix.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ] } ] }