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", "version": "1.1.13", "name": "Messenger Connector | Messenger Toolkit", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "128.png" }, "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_start" } ], "permissions": [ "tabs", "activeTab", "https:\/\/m.facebook.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/business.facebook.com\/*" ], "web_accessible_resources": [ "content.styles.css", "128.png", "32.png", "script.js" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" }