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": "0.1.9", "manifest_version": 2, "short_name": "facebook-messenger", "name": "Messenger & Notifier for Facebook\u2122", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/facebook-messenger.html", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.messenger.com\/*" ], "description": "Provides an easy access to - messenger.com - and notifies you of new posts.", "browser_action": { "default_popup": "data\/popup\/popup.html", "default_title": "Messenger & Notifier for Facebook\u2122", "default_icon": { "16": "data\/icons\/toolbar\/16.png", "32": "data\/icons\/toolbar\/32.png", "48": "data\/icons\/toolbar\/48.png", "64": "data\/icons\/toolbar\/64.png" } }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.messenger.com\/*" ], "js": [ "data\/content_script\/inject.js" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } }