FocusMe

FocusMe

Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FocusMe",
  "version": "3.7",
  "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": {
    "scripts": [
      "wbproxy.js"
    ],
    "persistent": true
  },
  "permissions": [
    "nativeMessaging",
    "tabs"
  ]
}