AppBlock - Block sites & Stay focused

AppBlock - Block sites & Stay focused

Block distracting webs and stay focused on your work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AppBlock - Block sites & Stay focused",
  "default_locale": "en",
  "version": "1.4.2",
  "description": "Block distracting webs and stay focused on your work.",
  "options_page": "index.html",
  "permissions": [
    "storage",
    "webNavigation",
    "declarativeNetRequest",
    "tabs",
    "alarms",
    "identity"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoIvcgyZ8LeY/oAmpZ7JWpqEynMcbE92EPKiRHLacE+etiOxAyoiFg7PQH0AaEVbvCokunHiKeAJa9bBZHa6VcM4uTkHDx1kJHND1RLCJ6xJ26ijxT9h+iZnyKwVtIVYo78wuqQPoUMXrQs4HePQMy78jvl+I9VwWx8GTO0EyGLJz6Xa9RvfAAcaDSYhYy76V0bGDjHLDZLByDZK89kasEGB9eeP19G7C8JoW4HAHMsZJMLhhBN9l9qN8NxFHwjRUjZr0ok2KcSCMZ0Bb4S6PxxRLGKyeIil9CpQkHkYqMou9OfCrVZDj7zdz65njYdeXhN+Ng9DtSRevjZ5Ad0wrQQIDAQAB",
  "oauth2": {
    "client_id": "470721382414-mn7ier5fkkover3dl3kc25aog55f9j57.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "incognito": "spanning",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./core/content_script.js"
      ]
    }
  ],
  "icons": {
    "48": "images/icon-48x48-off.png"
  },
  "background": {
    "service_worker": "./core/background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon-48x48-off.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "block.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "safari": {
      "strict_min_version": "17.0",
      "strict_max_version": "17.*"
    }
  },
  "manifest_version": 3
}