Browser Checkup for Chrome by Doctor

Browser Checkup for Chrome by Doctor

Get examined by the Doctor to find extensions that make your browser slow and help your browser run like it's young again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/128.png",
    "default_title": "Browser Checkup for Chrome by Doctor"
  },
  "description": "Get examined by the Doctor to find extensions that make your browser slow and help your browser run like it's young again.",
  "short_name": "Browser Checkup",
  "name": "Browser Checkup for Chrome by Doctor",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "version": "1.1.15.74",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "tabs",
    "cookies",
    "management",
    "webRequest",
    "storage",
    "notifications",
    "idle",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}