Doodle Blocker for Google™

Doodle Blocker for Google™

Removes doodles from Google™ homepage and search pages, replaces it with the Google™ logo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Doodle Blocker for Google™",
  "description": "Removes doodles from Google™ homepage and search pages, replaces it with the Google™ logo.",
  "version": "1.10",
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.min.js",
        "action.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "include_globs": [
        "http://www.google.*/*",
        "https://www.google.*/*"
      ]
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png",
    "1024": "img/icon1024.png"
  },
  "manifest_version": 3
}