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", "manifest_version": 3, "name": "FocusMe", "version": "4.1", "description": "Connector to the FocusMe desktop application to track and block websites. Visit https:\/\/focusme.com to get the app.", "allowed_origins": [ "chrome-extension:\/\/bnejcfloclhfpfkmgglhdblllgeealgf\/" ], "icons": { "48": "icons\/FocusMe-48.png" }, "background": { "service_worker": "wbproxy.js" }, "permissions": [ "nativeMessaging", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "popup.html" } }