Logo remove and hide tool 1.0

Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Logo remove and hide tool 1.0",
  "description": "Focus on what matters and hide logos with this easy tool",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": {}
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "options_page": "options.html"
}